Spaces:
Configuration error
Configuration error
Mansi Maheshwari commited on
Commit ·
3c242db
1
Parent(s): 785a44f
Add Procfile and runtime.txt for Railway deployment
Browse files- Procfile +1 -0
- runtime.txt +1 -0
Procfile
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
web: python app.py
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.10.13
|