JairoCesar commited on
Commit
8e5ecce
verified
1 Parent(s): 61f3ff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -485,8 +485,6 @@ if submitted:
485
  st.error("No se pudieron identificar alimentos o s铆ntomas claros en tu descripci贸n.")
486
  st.session_state.search_results = []
487
 
488
- # --- INICIA EL BLOQUE DE C脫DIGO A REEMPLAZAR ---
489
-
490
  if st.session_state.search_results is not None:
491
  results = st.session_state.search_results
492
 
@@ -589,4 +587,4 @@ if st.session_state.search_results is not None:
589
 
590
  # A帽ade un separador visual, excepto para el 煤ltimo elemento
591
  if i < len(results[1:5]) - 1:
592
- st.markdown("---")
 
485
  st.error("No se pudieron identificar alimentos o s铆ntomas claros en tu descripci贸n.")
486
  st.session_state.search_results = []
487
 
 
 
488
  if st.session_state.search_results is not None:
489
  results = st.session_state.search_results
490
 
 
587
 
588
  # A帽ade un separador visual, excepto para el 煤ltimo elemento
589
  if i < len(results[1:5]) - 1:
590
+ st.markdown("---")