Spaces:
Build error
Build error
Commit
·
744ba63
1
Parent(s):
13f9afa
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.8.0
|
| 2 |
+
pandas==1.3.3
|
| 3 |
+
numpy==1.21.2
|
| 4 |
+
scikit-learn==0.24.2
|
| 5 |
+
nltk==3.6.3
|