ngebodh commited on
Commit
2398106
1 Parent(s): a5fe662

Added link to tutorial

Browse files

Added link to tutorial.

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ st.sidebar.write(f"You're now chatting with **{selected_model}**")
96
  st.sidebar.markdown(model_info[selected_model]['description'])
97
  st.sidebar.image(model_info[selected_model]['logo'])
98
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
 
99
  st.sidebar.markdown("\nRun into issues? Try the [back-up](https://huggingface.co/spaces/ngebodh/SimpleChatbot-Backup).")
100
 
101
 
 
96
  st.sidebar.markdown(model_info[selected_model]['description'])
97
  st.sidebar.image(model_info[selected_model]['logo'])
98
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
99
+ st.sidebar.markdown("\nLearn how to build this chatbot [here](https://ngebodh.github.io/projects/2024-03-05/).")
100
  st.sidebar.markdown("\nRun into issues? Try the [back-up](https://huggingface.co/spaces/ngebodh/SimpleChatbot-Backup).")
101
 
102