Update app.py
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ print(f"Python version: {python_version}")
|
|
32 |
basedir = os.getcwd()
|
33 |
|
34 |
# Run the application
|
35 |
-
subprocess.run([python_command, "src/app.py", "--api"], check=True)
|
|
|
32 |
basedir = os.getcwd()
|
33 |
|
34 |
# Run the application
|
35 |
+
subprocess.run([python_command, "src/app.py", "--api", "--port", "7860"], check=True)
|