Jashan1 commited on
Commit
357a044
·
verified ·
1 Parent(s): 1641a2c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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