CCockrum commited on
Commit
ea75d1e
·
verified ·
1 Parent(s): 594a593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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