Spaces:
Runtime error
Runtime error
Added link to tutorial.
Browse filesAdded link to tutorial: https://ngebodh.github.io/projects/2024-03-05/
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 |
|