Loohanikhan commited on
Commit
9d0e9f4
·
verified ·
1 Parent(s): 73f8131

Create Requirements txt

Browse files

*Extended Description (Short Version):*
This `requirements.txt` file lists all necessary Python libraries needed to run this Space, including `openai`, `gradio`, `streamlit`, and more. Specified versions are included to ensure compatibility and stable deployment.

Files changed (1) hide show
  1. Requirements txt +7 -0
Requirements txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ openai==1.30.1
2
+ streamlit==1.29.0
3
+ python-dotenv==1.0.1
4
+ gradio==4.24.0
5
+ requests==2.31.0
6
+ pandas==2.2.2
7
+ tqdm==4.66.4