Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.4.0
|
2 |
+
scikit-learn
|
3 |
+
pandas==1.2.4
|
4 |
+
numpy==1.19.5
|
5 |
+
plotly==5.1.0
|