mathslearn commited on
Commit
1ccb680
1 Parent(s): d210fff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ 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 = 25
21
 
22
  # Display the logo with adjusted column width
23
  #st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
 
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 = 20
21
 
22
  # Display the logo with adjusted column width
23
  #st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)