C2MV commited on
Commit
24d616f
1 Parent(s): e4c7db5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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=[])