Spaces:
Sleeping
Sleeping
Upload main.py
Browse files
main.py
CHANGED
|
@@ -76,7 +76,6 @@ with gr.Blocks(title="Task Maistro Assistant", theme=gr.themes.Soft()) as app:
|
|
| 76 |
chatbot = gr.Chatbot(
|
| 77 |
height=500,
|
| 78 |
placeholder="Hola! Soy tu asistente de tareas. ¿En qué puedo ayudarte hoy?",
|
| 79 |
-
bubble_full_width=False
|
| 80 |
)
|
| 81 |
with gr.Row():
|
| 82 |
access_key_input = gr.Textbox(
|
|
|
|
| 76 |
chatbot = gr.Chatbot(
|
| 77 |
height=500,
|
| 78 |
placeholder="Hola! Soy tu asistente de tareas. ¿En qué puedo ayudarte hoy?",
|
|
|
|
| 79 |
)
|
| 80 |
with gr.Row():
|
| 81 |
access_key_input = gr.Textbox(
|