Skip to content

Commit

Permalink
fix missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
yashppawar committed Dec 28, 2021
1 parent d7a4e6e commit a80339e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
headers = {"Authorization": st.secrets['api_key']}

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

if 'generated' not in st.session_state:
st.session_state['generated'] = []
Expand Down

0 comments on commit a80339e

Please sign in to comment.