Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
openai
|
3 |
-
PyPDF2
|
4 |
-
python-dotenv
|
5 |
-
streamlit-extras
|
6 |
-
requests
|
7 |
-
pandas
|
8 |
-
st-aggrid
|
9 |
-
aiohttp
|
|
|
1 |
+
pip install streamlit
|
2 |
+
pip install openai
|
3 |
+
pip install PyPDF2
|
4 |
+
pip install python-dotenv
|
5 |
+
pip install streamlit-extras
|
6 |
+
pip install requests
|
7 |
+
pip install pandas
|
8 |
+
pip install st-aggrid
|
9 |
+
pip install aiohttp
|