JeCabrera commited on
Commit
d827448
·
verified ·
1 Parent(s): 8acb879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def bot(files: Optional[List[str]], model_choice: str, system_instruction: Optio
57
 
58
  # Interfaz con Gradio
59
  with gr.Blocks() as demo:
60
- chatbot = gr.Chatbot(elem_id="chatbot", bubble_full_width=False, type="interactive")
61
 
62
  chat_input = gr.Textbox(
63
  placeholder="Escribe un mensaje...",
 
57
 
58
  # Interfaz con Gradio
59
  with gr.Blocks() as demo:
60
+ chatbot = gr.Chatbot(elem_id="chatbot", bubble_full_width=False, type="messages")
61
 
62
  chat_input = gr.Textbox(
63
  placeholder="Escribe un mensaje...",