Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def run_aim():
|
|
45 |
|
46 |
html = f"""
|
47 |
<iframe
|
48 |
-
src="http://{HOST}:{PORT}/proxy/absolute/{
|
49 |
>
|
50 |
</iframe>
|
51 |
"""
|
|
|
45 |
|
46 |
html = f"""
|
47 |
<iframe
|
48 |
+
src="http://{HOST}:{PORT}/proxy/absolute/{PORT}"
|
49 |
>
|
50 |
</iframe>
|
51 |
"""
|