Commit
·
2931849
1
Parent(s):
924647a
adding streamlit
Browse files- src/app/requirements.txt +2 -1
src/app/requirements.txt
CHANGED
@@ -8,4 +8,5 @@ seaborn==0.13.2
|
|
8 |
matplotlib==3.8.2
|
9 |
python-dotenv==1.0.1
|
10 |
plotly==5.19.0
|
11 |
-
lime==0.2.0.1
|
|
|
|
8 |
matplotlib==3.8.2
|
9 |
python-dotenv==1.0.1
|
10 |
plotly==5.19.0
|
11 |
+
lime==0.2.0.1
|
12 |
+
streamlit
|