Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
|
@@ -1,14 +1,11 @@
|
|
| 1 |
streamlit
|
| 2 |
numpy
|
| 3 |
pandas
|
| 4 |
-
warnings
|
| 5 |
math
|
| 6 |
scipy
|
| 7 |
sklearn
|
| 8 |
itertools
|
| 9 |
plotly
|
| 10 |
python-louvain
|
| 11 |
-
community
|
| 12 |
networkx
|
| 13 |
-
wordcloud
|
| 14 |
-
Pillow
|
|
|
|
| 1 |
streamlit
|
| 2 |
numpy
|
| 3 |
pandas
|
|
|
|
| 4 |
math
|
| 5 |
scipy
|
| 6 |
sklearn
|
| 7 |
itertools
|
| 8 |
plotly
|
| 9 |
python-louvain
|
|
|
|
| 10 |
networkx
|
| 11 |
+
wordcloud
|
|
|