Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ query = st.text_input("Query: ", key="input")
|
|
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 =
|
21 |
|
22 |
# Display the logo with adjusted column width
|
23 |
#st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
|
|
|
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 = 20
|
21 |
|
22 |
# Display the logo with adjusted column width
|
23 |
#st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
|