EstherGupta commited on
Commit
4a0d144
1 Parent(s): 1f2adde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from llama_index.core.settings import Settings
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
 
 
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