Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
-
# Run the
|
5 |
-
os.system(
|
|
|
1 |
import os
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
+
# Run the shell script to start the Flask app with Gunicorn
|
5 |
+
os.system('./start_server.sh')
|