Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,15 +26,13 @@ def run_aim():
|
|
26 |
subprocess.Popen(cmd)
|
27 |
|
28 |
html = f"""
|
29 |
-
<iframe
|
30 |
-
src="http://{HOST}:{PORT}"
|
31 |
-
">
|
32 |
</iframe>
|
33 |
"""
|
34 |
|
35 |
"""
|
36 |
|
37 |
-
style="
|
38 |
position: fixed;
|
39 |
top: 0px;
|
40 |
bottom: 0px;
|
|
|
26 |
subprocess.Popen(cmd)
|
27 |
|
28 |
html = f"""
|
29 |
+
<iframe src="http://{HOST}:{PORT}">
|
|
|
|
|
30 |
</iframe>
|
31 |
"""
|
32 |
|
33 |
"""
|
34 |
|
35 |
+
style=""
|
36 |
position: fixed;
|
37 |
top: 0px;
|
38 |
bottom: 0px;
|