Commit
·
727eabb
1
Parent(s):
2931849
adding streamlit
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ mlflow == 2.10.2
|
|
6 |
nltk == 3.8.1
|
7 |
seaborn == 0.13.2
|
8 |
matplotlib == 3.8.2
|
9 |
-
python-dotenv == 1.0.1
|
|
|
|
6 |
nltk == 3.8.1
|
7 |
seaborn == 0.13.2
|
8 |
matplotlib == 3.8.2
|
9 |
+
python-dotenv == 1.0.1
|
10 |
+
streamlit
|