Spaces:
Runtime error
Runtime error
updates
Browse files
start.sh
CHANGED
@@ -36,7 +36,4 @@ poetry lock --no-update
|
|
36 |
poetry install
|
37 |
|
38 |
# Activate the virtual environment
|
39 |
-
|
40 |
-
|
41 |
-
# Run the application
|
42 |
-
python app.py
|
|
|
36 |
poetry install
|
37 |
|
38 |
# Activate the virtual environment
|
39 |
+
poetry run python app.py
|
|
|
|
|
|