EstherGupta
commited on
Commit
•
b36e7e9
1
Parent(s):
4a0d144
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ from langchain.embeddings.huggingface import HuggingFaceBgeEmbeddings
|
|
7 |
|
8 |
|
9 |
os.environ["REPLICATE_API_TOKEN"] = st.secrets.replicate_key
|
10 |
-
#os.environ.getattribute("REPLICATE_API_TOKEN")
|
11 |
|
12 |
st.header("Why Can't We All Just Get Along Chatbot")
|
13 |
|
|
|
7 |
|
8 |
|
9 |
os.environ["REPLICATE_API_TOKEN"] = st.secrets.replicate_key
|
|
|
10 |
|
11 |
st.header("Why Can't We All Just Get Along Chatbot")
|
12 |
|