mathslearn commited on
Commit
1d3d984
·
verified ·
1 Parent(s): c23eb1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,10 +13,10 @@ st.title("Nexus TCM Chatbot")
13
  query = st.text_input("Query: ", key="input")
14
 
15
  # URL of the logo image
16
- logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/blob/main/logo.jpeg"
17
 
18
  # Desired height for the logo
19
- logo_height = 100
20
 
21
  # Display the logo with specified height
22
  st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True, height=logo_height)
 
13
  query = st.text_input("Query: ", key="input")
14
 
15
  # URL of the logo image
16
+ logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/resolve/main/logo.jpeg"
17
 
18
  # Desired height for the logo
19
+ logo_height = 200
20
 
21
  # Display the logo with specified height
22
  st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True, height=logo_height)