Spaces:
Running
Running
Update app.py
Browse files
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="
|
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...",
|