We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a4e6e commit a80339eCopy full SHA for a80339e
examples/chatbot.py
@@ -11,7 +11,7 @@
11
headers = {"Authorization": st.secrets['api_key']}
12
13
st.header("Streamlit Chat - Demo")
14
-st.markdown("[Github](https://github.com/ai-yash/st-chat")
+st.markdown("[Github](https://github.com/ai-yash/st-chat)")
15
16
if 'generated' not in st.session_state:
17
st.session_state['generated'] = []
0 commit comments