Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,10 +17,11 @@ 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)
|
|
|
|
| 24 |
|
| 25 |
if 'responses' not in st.session_state:
|
| 26 |
st.session_state['responses'] = []
|
|
|
|
| 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 = 25
|
| 21 |
|
| 22 |
# Display the logo with adjusted column width
|
| 23 |
+
#st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
|
| 24 |
+
st.image(logo_url, use_column_width=True)
|
| 25 |
|
| 26 |
if 'responses' not in st.session_state:
|
| 27 |
st.session_state['responses'] = []
|