Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
+
streamlit
|
| 4 |
+
plotly
|
| 5 |
+
numpy
|
| 6 |
+
nltk
|
| 7 |
+
scikit-learn
|
| 8 |
+
PyPDF2==3.0.1
|
| 9 |
+
openpyxl==3.1.2
|
| 10 |
+
python-docx==0.8.11
|
| 11 |
+
xlrd==2.0.1
|