Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.23.1
|
2 |
+
scattertext==0.1.19
|
3 |
+
protobuf==3.20.1
|
4 |
+
scikit-learn==1.0.2
|
5 |
+
pandas==1.3.4
|
6 |
+
nltk==3.5
|
7 |
+
plotly==5.18.0
|
8 |
+
matplotlib==3.3.4
|
9 |
+
requests==2.24.0
|