Create Requirements txt

#1
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