Skip to content

Commit a80339e

Browse files
committed
fix missing )
1 parent d7a4e6e commit a80339e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chatbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
headers = {"Authorization": st.secrets['api_key']}
1212

1313
st.header("Streamlit Chat - Demo")
14-
st.markdown("[Github](https://github.com/ai-yash/st-chat")
14+
st.markdown("[Github](https://github.com/ai-yash/st-chat)")
1515

1616
if 'generated' not in st.session_state:
1717
st.session_state['generated'] = []

0 commit comments

Comments
 (0)