Spaces:
Sleeping
Sleeping
samiee2213
commited on
Commit
•
6ba145b
1
Parent(s):
98d9c7b
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
langchain-community
|
3 |
+
langchain-openai
|
4 |
+
langchain-groq
|
5 |
+
langchain-core
|
6 |
+
langchain
|
7 |
+
python-dotenv
|
8 |
+
pandas
|
9 |
+
plotly
|
10 |
+
numpy
|
11 |
+
regex
|
12 |
+
streamlit_chat
|
13 |
+
streamlit_option_menu
|