Update app.py
Browse files
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/
|
17 |
|
18 |
# Desired height for the logo
|
19 |
-
logo_height =
|
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)
|