mathslearn commited on
Commit
cf77319
1 Parent(s): 5455ee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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'] = []