Mansi Maheshwari commited on
Commit
3c242db
·
1 Parent(s): 785a44f

Add Procfile and runtime.txt for Railway deployment

Browse files
Files changed (2) hide show
  1. Procfile +1 -0
  2. 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