lingyit1108 commited on
Commit
79e7fbe
1 Parent(s): db694c4

tidy up files and added requirements.txt

Browse files
Files changed (3) hide show
  1. .gitignore +2 -1
  2. .streamlit/secrets.toml +0 -0
  3. requirements.txt +2 -0
.gitignore CHANGED
@@ -1,3 +1,4 @@
1
  .DS_Store
2
 
3
- raw_documents/
 
 
1
  .DS_Store
2
 
3
+ raw_documents/
4
+ .streamlit/
.streamlit/secrets.toml DELETED
File without changes
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ openai==1.6.1
2
+ streamlit==1.29.0