Spaces:
Runtime error
Runtime error
Fix css
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def run_aim():
|
|
28 |
html = f"""
|
29 |
<iframe
|
30 |
src="http://{HOST}:{PORT}"
|
31 |
-
style="
|
32 |
position: fixed;
|
33 |
top: 0px;
|
34 |
bottom: 0px;
|
@@ -40,14 +40,12 @@ html = f"""
|
|
40 |
overflow: hidden;
|
41 |
z-index: 999999;
|
42 |
height: 100%;
|
43 |
-
">
|
44 |
</iframe>
|
45 |
"""
|
46 |
|
47 |
def main():
|
48 |
download_logs()
|
49 |
run_aim()
|
50 |
-
time.sleep(3)
|
51 |
|
52 |
if __name__ == "__main__":
|
53 |
main()
|
|
|
28 |
html = f"""
|
29 |
<iframe
|
30 |
src="http://{HOST}:{PORT}"
|
31 |
+
style=""
|
32 |
position: fixed;
|
33 |
top: 0px;
|
34 |
bottom: 0px;
|
|
|
40 |
overflow: hidden;
|
41 |
z-index: 999999;
|
42 |
height: 100%;
|
|
|
43 |
</iframe>
|
44 |
"""
|
45 |
|
46 |
def main():
|
47 |
download_logs()
|
48 |
run_aim()
|
|
|
49 |
|
50 |
if __name__ == "__main__":
|
51 |
main()
|