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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -17,10 +17,11 @@ query = st.text_input("Query: ", key="input")
17
  logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/resolve/main/logo.jpeg"
18
 
19
  # Set the desired logo height
20
- logo_height = 150
21
 
22
  # Display the logo with adjusted column width
23
- st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
 
24
 
25
  if 'responses' not in st.session_state:
26
  st.session_state['responses'] = []
 
17
  logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/resolve/main/logo.jpeg"
18
 
19
  # Set the desired logo height
20
+ 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'] = []