Spaces:
Runtime error
Runtime error
Leave as normal aim dir
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def download_logs():
|
|
| 22 |
subprocess.run(f"unzip {f}".split())
|
| 23 |
|
| 24 |
def run_aim():
|
| 25 |
-
cmd = f"aim up --
|
| 26 |
subprocess.Popen(cmd)
|
| 27 |
|
| 28 |
html = f"""
|
|
|
|
| 22 |
subprocess.run(f"unzip {f}".split())
|
| 23 |
|
| 24 |
def run_aim():
|
| 25 |
+
cmd = f"aim up --host {HOST} --port {PORT}".split()
|
| 26 |
subprocess.Popen(cmd)
|
| 27 |
|
| 28 |
html = f"""
|