Spaces:
Runtime error
Runtime error
add python-dotenv to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
streamlit_chat
|
2 |
boto3
|
3 |
openai
|
4 |
-
langchain
|
|
|
|
1 |
streamlit_chat
|
2 |
boto3
|
3 |
openai
|
4 |
+
langchain
|
5 |
+
python-dotenv
|