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

Updated text

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +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("\nOut of API calls? Try the [back-up](https://huggingface.co/spaces/ngebodh/SimpleChatbot-Backup).")
100
 
101
 
102
 
 
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
 
102