asitts commited on
Commit
9e874cf
Β·
1 Parent(s): 337edc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import openai
5
  from llama_index import SimpleDirectoryReader
6
 
7
  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)
8
- openai.api_key = st.secrets.openai_key
9
  st.title("Chat with the Streamlit docs, powered by LlamaIndex πŸ’¬πŸ¦™")
10
  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="πŸ“ƒ")
11
 
 
5
  from llama_index import SimpleDirectoryReader
6
 
7
  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)
8
+ openai.api_key = "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"
9
  st.title("Chat with the Streamlit docs, powered by LlamaIndex πŸ’¬πŸ¦™")
10
  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="πŸ“ƒ")
11