Spaces:
Sleeping
Sleeping
santiviquez
commited on
Commit
·
54d6f9c
1
Parent(s):
cbdaad9
update
Browse files- .gitignore +2 -0
- requirements.txt +1 -1
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
.streamlit
|
2 |
+
app2.py
|
requirements.txt
CHANGED
@@ -5,4 +5,4 @@ streamlit-chat==0.0.2.2
|
|
5 |
openai==0.27.6
|
6 |
tiktoken==0.4.0
|
7 |
faiss-cpu==1.7.4
|
8 |
-
extra_streamlit_components
|
|
|
5 |
openai==0.27.6
|
6 |
tiktoken==0.4.0
|
7 |
faiss-cpu==1.7.4
|
8 |
+
extra_streamlit_components==0.1.56
|