sentencebird commited on
Commit
f9e7c4d
·
1 Parent(s): 51f736d

add: Procfile requirements.txt

Browse files
Files changed (2) hide show
  1. Procfile +1 -0
  2. requirements.txt +4 -0
Procfile ADDED
@@ -0,0 +1 @@
 
 
1
+ web: streamlit run --server.enableCORS false --server.port $PORT app.py
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ streamlit==0.76.0
2
+ Pillow
3
+ opencv-python
4
+ seaborn