Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -319,8 +319,8 @@ with gr.Blocks() as demo:
|
|
319 |
# Crear grupos de imágenes y descripciones
|
320 |
image_groups = [
|
321 |
[images[24], images[25]], # Carrusel 1
|
322 |
-
images[21], # Carrusel 2
|
323 |
-
images[23], # Carrusel 3
|
324 |
images[9:12], # Carrusel 4
|
325 |
images[12:15], # Carrusel 5
|
326 |
images[15:18], # Carrusel 6
|
|
|
319 |
# Crear grupos de imágenes y descripciones
|
320 |
image_groups = [
|
321 |
[images[24], images[25]], # Carrusel 1
|
322 |
+
[images[21],], # Carrusel 2
|
323 |
+
[images[23],], # Carrusel 3
|
324 |
images[9:12], # Carrusel 4
|
325 |
images[12:15], # Carrusel 5
|
326 |
images[15:18], # Carrusel 6
|