Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
pandas
|
|
|
|
|
3 |
numpy
|
|
|
4 |
scikit-learn
|
5 |
-
textblob
|
6 |
-
tweepy
|
7 |
-
prophet
|
|
|
1 |
+
gradio
|
2 |
pandas
|
3 |
+
requests
|
4 |
+
plotly
|
5 |
numpy
|
6 |
+
prophet
|
7 |
scikit-learn
|
8 |
+
textblob
|
|
|
|