Spaces:
Runtime error
Runtime error
Yay!
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def run_aim():
|
|
24 |
os.spawnl(os.P_DETACH, cmd)
|
25 |
|
26 |
html = f"""
|
27 |
-
<iframe src="https://{HOST}:{
|
28 |
"""
|
29 |
|
30 |
def run():
|
|
|
24 |
os.spawnl(os.P_DETACH, cmd)
|
25 |
|
26 |
html = f"""
|
27 |
+
<iframe src="https://{HOST}:{PORT}"></iframe>
|
28 |
"""
|
29 |
|
30 |
def run():
|