Update app.py
Browse files
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.
|
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 |
|