Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
pip
|
|
|
2 |
scikit-learn
|
3 |
gensim
|
4 |
matplotlib
|
|
|
1 |
pip
|
2 |
+
pip install --upgrade streamlit
|
3 |
scikit-learn
|
4 |
gensim
|
5 |
matplotlib
|