JeCabrera commited on
Commit
4ab14e6
·
verified ·
1 Parent(s): c1a05bc

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ if prompt := st.chat_input('¿En qué puedo ayudarte hoy?'):
284
  if is_first_message:
285
  add_message(MODEL_ROLE, WELCOME_MESSAGE, AI_AVATAR_ICON)
286
  with st.chat_message(name=MODEL_ROLE, avatar=AI_AVATAR_ICON, key="welcome_msg"):
287
- st.markdown(WELCOME_MESSAGE)
288
  update_chat_memory()
289
 
290
  process_model_response(prompt) # Mantener dentro del bloque
 
284
  if is_first_message:
285
  add_message(MODEL_ROLE, WELCOME_MESSAGE, AI_AVATAR_ICON)
286
  with st.chat_message(name=MODEL_ROLE, avatar=AI_AVATAR_ICON, key="welcome_msg"):
287
+ st.markdown(WELCOME_MESSAGE)
288
  update_chat_memory()
289
 
290
  process_model_response(prompt) # Mantener dentro del bloque