Spaces:
Sleeping
Sleeping
mathslearn
commited on
Commit
•
6fac63c
1
Parent(s):
e65e5d4
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ st.title("Nexus TCM Chatbot")
|
|
13 |
query = st.text_input("Query: ", key="input")
|
14 |
|
15 |
# Set the logo URL
|
16 |
-
logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/blob/main/logo.jpeg"
|
|
|
17 |
|
18 |
# Set the desired logo height
|
19 |
logo_height = 150
|
|
|
13 |
query = st.text_input("Query: ", key="input")
|
14 |
|
15 |
# Set the logo URL
|
16 |
+
#logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/blob/main/logo.jpeg"
|
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 = 150
|