Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
-
|
|
|
|
| 5 |
textblob
|
| 6 |
scipy
|
| 7 |
nltk
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
+
matplotlib
|
| 5 |
+
seaborn
|
| 6 |
textblob
|
| 7 |
scipy
|
| 8 |
nltk
|