Spaces:
Sleeping
Sleeping
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
|