ngebodh commited on
Commit
f62cd4f
1 Parent(s): e8f079f

Added link to tutorial.

Browse files

Added link to tutorial: https://ngebodh.github.io/projects/2024-03-05/

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