Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
|
|
|
| 4 |
matplotlib
|
| 5 |
seaborn
|
| 6 |
scikit-learn
|
| 7 |
huggingface-hub
|
| 8 |
google-generativeai
|
| 9 |
plotly
|
|
|
|
|
|
|
|
|
|
| 10 |
openpyxl
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
+
python-dotenv
|
| 5 |
matplotlib
|
| 6 |
seaborn
|
| 7 |
scikit-learn
|
| 8 |
huggingface-hub
|
| 9 |
google-generativeai
|
| 10 |
plotly
|
| 11 |
+
langchain-community
|
| 12 |
+
langchain
|
| 13 |
+
requests
|
| 14 |
openpyxl
|