Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -261,6 +261,8 @@ def update_image(image_url):
|
|
261 |
with gr.Blocks() as demo:
|
262 |
with gr.Row():
|
263 |
with gr.Column(scale=1):
|
|
|
|
|
264 |
chatbot_input = gr.Textbox(label="Tu mensaje")
|
265 |
chatbot_output = gr.Chatbot(label="ChatBot")
|
266 |
chatbot_history = gr.State(value=[])
|
|
|
261 |
with gr.Blocks() as demo:
|
262 |
with gr.Row():
|
263 |
with gr.Column(scale=1):
|
264 |
+
# Agregar el video al inicio
|
265 |
+
video = gr.Video(value="video.mp4", label="Video de Introducción")
|
266 |
chatbot_input = gr.Textbox(label="Tu mensaje")
|
267 |
chatbot_output = gr.Chatbot(label="ChatBot")
|
268 |
chatbot_history = gr.State(value=[])
|