Update app.py
Browse files
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 |
|