abdullahalzubaer commited on
Commit
27b20c2
1 Parent(s): 3844605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ st.sidebar.button('Reset Chat', on_click=reset_conversation) #Reset button
86
  # Create model description
87
  st.sidebar.write(f"You're now chatting with **{selected_model}**")
88
  st.sidebar.markdown(model_info[selected_model]['description'])
89
- st.sidebar.image(model_info[selected_model]['logo'])
90
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
91
  st.sidebar.markdown("\nLearn how to build this chatbot by original author of this chatbot [here](https://ngebodh.github.io/projects/2024-03-05/).")
92
 
 
86
  # Create model description
87
  st.sidebar.write(f"You're now chatting with **{selected_model}**")
88
  st.sidebar.markdown(model_info[selected_model]['description'])
89
+ # st.sidebar.image(model_info[selected_model]['logo'])
90
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
91
  st.sidebar.markdown("\nLearn how to build this chatbot by original author of this chatbot [here](https://ngebodh.github.io/projects/2024-03-05/).")
92