Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ st.sidebar.button('Reset Chat', on_click=reset_conversation)
|
|
82 |
st.sidebar.markdown("**Note**: This model is still in the beta phase. Responses may be inaccurate or undesired. Use it cautiously, especially for critical issues.")
|
83 |
|
84 |
# Add logo and text to the sidebar
|
85 |
-
st.sidebar.image("https://ibb.co/
|
86 |
st.sidebar.write("A product proudly developed by Raxder AI and Kisii University")
|
87 |
|
88 |
# Initialize chat history
|
|
|
82 |
st.sidebar.markdown("**Note**: This model is still in the beta phase. Responses may be inaccurate or undesired. Use it cautiously, especially for critical issues.")
|
83 |
|
84 |
# Add logo and text to the sidebar
|
85 |
+
st.sidebar.image("https://i.ibb.co/KrZnSmg/Screenshot-2024-06-11-02-04-40.png", width=200)
|
86 |
st.sidebar.write("A product proudly developed by Raxder AI and Kisii University")
|
87 |
|
88 |
# Initialize chat history
|