Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ logo_height = 25
|
|
21 |
|
22 |
# Display the logo with adjusted column width
|
23 |
#st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
|
24 |
-
st.image(logo_url, use_column_width=True)
|
|
|
25 |
|
26 |
if 'responses' not in st.session_state:
|
27 |
st.session_state['responses'] = []
|
|
|
21 |
|
22 |
# Display the logo with adjusted column width
|
23 |
#st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
|
24 |
+
#st.image(logo_url, use_column_width=True)
|
25 |
+
st.sidebar.image(logo_url, use_column_width=True)
|
26 |
|
27 |
if 'responses' not in st.session_state:
|
28 |
st.session_state['responses'] = []
|