Spaces:
Running
Running
lingyit1108
commited on
Commit
•
79e7fbe
1
Parent(s):
db694c4
tidy up files and added requirements.txt
Browse files- .gitignore +2 -1
- .streamlit/secrets.toml +0 -0
- 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
|