Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ with st.sidebar:
|
|
21 |
"[Get an OpenAI API key](https://platform.openai.com/account/api-keys)"
|
22 |
"[View the source code](https://github.com/streamlit/llm-examples/blob/main/Chatbot.py)"
|
23 |
st.divider()
|
24 |
-
|
25 |
"""
|
26 |
---
|
27 |
Follow me on:
|
|
|
21 |
"[Get an OpenAI API key](https://platform.openai.com/account/api-keys)"
|
22 |
"[View the source code](https://github.com/streamlit/llm-examples/blob/main/Chatbot.py)"
|
23 |
st.divider()
|
24 |
+
st.markdown(
|
25 |
"""
|
26 |
---
|
27 |
Follow me on:
|