Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -215,9 +215,6 @@ if user_input:
|
|
215 |
if response:
|
216 |
st.markdown(f"<div class='assistant-msg'><strong>HAL:</strong> {response}</div>", unsafe_allow_html=True)
|
217 |
|
218 |
-
if image_url:
|
219 |
-
st.image(image_url, caption="NASA Image of the Day")
|
220 |
-
|
221 |
st.session_state.follow_up = follow_up
|
222 |
st.session_state.response_ready = True
|
223 |
|
|
|
215 |
if response:
|
216 |
st.markdown(f"<div class='assistant-msg'><strong>HAL:</strong> {response}</div>", unsafe_allow_html=True)
|
217 |
|
|
|
|
|
|
|
218 |
st.session_state.follow_up = follow_up
|
219 |
st.session_state.response_ready = True
|
220 |
|