Spaces:
Build error
Build error
Changing the library from "sklearn" to "scikit-learn" as the older name is deprecated
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,6 +5,6 @@ wordcloud
|
|
| 5 |
streamlit==0.84.2
|
| 6 |
numpy
|
| 7 |
pandas
|
| 8 |
-
|
| 9 |
pillow
|
| 10 |
seaborn
|
|
|
|
| 5 |
streamlit==0.84.2
|
| 6 |
numpy
|
| 7 |
pandas
|
| 8 |
+
scikit-learn
|
| 9 |
pillow
|
| 10 |
seaborn
|