Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
streamlit~=1.35.0
|
2 |
-
requests~=2.32.2
|
3 |
-
matplotlib~=3.9.0
|
4 |
-
plotly~=5.22.0
|
5 |
-
groq~=0.8.0
|
6 |
-
pandas~=2.2.2
|
|
|
|
|
|
1 |
+
streamlit~=1.35.0
|
2 |
+
requests~=2.32.2
|
3 |
+
matplotlib~=3.9.0
|
4 |
+
plotly~=5.22.0
|
5 |
+
groq~=0.8.0
|
6 |
+
pandas~=2.2.2
|
7 |
+
streamlit_option_menu
|
8 |
+
datetime
|