mathslearn commited on
Commit
f065beb
·
verified ·
1 Parent(s): e93af3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.title("Nexus TCM Chatbot")
13
  query = st.text_input("Query: ", key="input")
14
 
15
  # Load and display the logo image with specified height
16
- logo_image = Image.open("logo.jpg")
17
  logo_height = 200 # Specify the desired height in pixels
18
  st.image(logo_image, caption="Nexus TCM Chatbot Logo", use_column_width=True, height=logo_height)
19
 
 
13
  query = st.text_input("Query: ", key="input")
14
 
15
  # Load and display the logo image with specified height
16
+ logo_image = Image.open("logo.jpeg")
17
  logo_height = 200 # Specify the desired height in pixels
18
  st.image(logo_image, caption="Nexus TCM Chatbot Logo", use_column_width=True, height=logo_height)
19