Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def run_aim():
|
|
31 |
|
32 |
html = f"""
|
33 |
<iframe
|
34 |
-
src="http://
|
35 |
style=""
|
36 |
position: fixed;
|
37 |
top: 0px;
|
|
|
31 |
|
32 |
html = f"""
|
33 |
<iframe
|
34 |
+
src="http://localhost:{PORT}"
|
35 |
style=""
|
36 |
position: fixed;
|
37 |
top: 0px;
|