Docfile commited on
Commit
fb3c0e4
Β·
verified Β·
1 Parent(s): ed86d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  #os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
8
 
9
  st.set_page_config(page_title="Chat with the Streamlit docs, powered by LlamaIndex", page_icon="πŸ¦™", layout="centered", initial_sidebar_state="auto", menu_items=None)
10
- openai.api_key = st.secrets.openai_key
11
  st.title("Chat with the Streamlit docs, powered by LlamaIndex πŸ’¬πŸ¦™")
12
  st.info("Check out the full tutorial to build this app in our [blog post](https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/)", icon="πŸ“ƒ")
13
 
 
7
  #os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
8
 
9
  st.set_page_config(page_title="Chat with the Streamlit docs, powered by LlamaIndex", page_icon="πŸ¦™", layout="centered", initial_sidebar_state="auto", menu_items=None)
10
+ #openai.api_key = st.secrets.openai_key
11
  st.title("Chat with the Streamlit docs, powered by LlamaIndex πŸ’¬πŸ¦™")
12
  st.info("Check out the full tutorial to build this app in our [blog post](https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/)", icon="πŸ“ƒ")
13