Josedcape commited on
Commit
4b6e061
verified
1 Parent(s): a394278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -229,4 +229,10 @@ if st.button("Enviar"):
229
  """
230
  st.markdown(audio_html, unsafe_allow_html=True)
231
  else:
232
- st.warning("Por favor, ingresa
 
 
 
 
 
 
 
229
  """
230
  st.markdown(audio_html, unsafe_allow_html=True)
231
  else:
232
+ st.warning("Por favor, ingresa una pregunta antes de enviar.")
233
+
234
+ # Gesti贸n de pedidos
235
+ st.subheader("馃搵 Gesti贸n de Pedidos")
236
+ menu_csv_path = "menu.csv" # Ruta al archivo CSV del men煤
237
+ if 'pedidos' not in st.session_state:
238
+ st.session_state