ngebodh commited on
Commit
31c06a9
1 Parent(s): 93447a2

Fixed typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ st.sidebar.markdown(model_info[selected_model]['description'])
124
  st.sidebar.image(model_info[selected_model]['logo'])
125
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
126
  st.sidebar.markdown("\nLearn how to build this chatbot [here](https://ngebodh.github.io/projects/2024-03-05/).")
127
- st.sidebar.markdown("\nRun into issues? Try coming back in a bit GPU access might be limted/ something is down.")
128
 
129
 
130
 
 
124
  st.sidebar.image(model_info[selected_model]['logo'])
125
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
126
  st.sidebar.markdown("\nLearn how to build this chatbot [here](https://ngebodh.github.io/projects/2024-03-05/).")
127
+ st.sidebar.markdown("\nRun into issues? \nTry coming back in a bit, GPU access might be limited or something is down.")
128
 
129
 
130