Spaces:
Runtime error
Runtime error
Update pages/Phase1.py
Browse files- pages/Phase1.py +2 -2
pages/Phase1.py
CHANGED
@@ -53,8 +53,8 @@ st.sidebar.button('Reset Chat', on_click=reset_conversation) # Reset button
|
|
53 |
|
54 |
# Create model description
|
55 |
st.sidebar.write(f"You're now chatting with {selected_model}")
|
56 |
-
st.sidebar.markdown(model_info[selected_model]['description'])
|
57 |
-
st.sidebar.image(model_info[selected_model]['logo'])
|
58 |
st.sidebar.markdown("Generated content may be inaccurate or false.")
|
59 |
st.sidebar.markdown("\nLearn how to build this chatbot here.")
|
60 |
|
|
|
53 |
|
54 |
# Create model description
|
55 |
st.sidebar.write(f"You're now chatting with {selected_model}")
|
56 |
+
#st.sidebar.markdown(model_info[selected_model]['description'])
|
57 |
+
#st.sidebar.image(model_info[selected_model]['logo'])
|
58 |
st.sidebar.markdown("Generated content may be inaccurate or false.")
|
59 |
st.sidebar.markdown("\nLearn how to build this chatbot here.")
|
60 |
|