Spaces:
Running
Running
Fixed typo
Browse files
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?
|
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 |
|