Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -319,26 +319,14 @@ 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
|
327 |
-
images[18:21], # Carrusel 7
|
328 |
-
images[21:24], # Carrusel 8
|
329 |
-
images[24:27], # Carrusel 9
|
330 |
-
images[27:30], # Carrusel 10
|
331 |
-
images[30:33], # Carrusel 11
|
332 |
-
images[33:36], # Carrusel 12
|
333 |
-
images[36:39], # Carrusel 13
|
334 |
-
images[39:42], # Carrusel 14
|
335 |
-
images[42:45], # Carrusel 15
|
336 |
]
|
337 |
|
338 |
carousel_titles = [
|
339 |
"Análisis Geográfico", # Título para el primer carrusel
|
340 |
-
"Valor bruto de medicamento
|
341 |
-
"Valor neto de medicamento
|
342 |
]
|
343 |
|
344 |
# Crear tres columnas de carruseles
|
|
|
319 |
# Crear grupos de imágenes y descripciones
|
320 |
image_groups = [
|
321 |
[images[24], images[25]], # Carrusel 1
|
322 |
+
[images[21],images[20]], # Carrusel 2
|
323 |
+
[images[23],images[22]], # Carrusel 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
]
|
325 |
|
326 |
carousel_titles = [
|
327 |
"Análisis Geográfico", # Título para el primer carrusel
|
328 |
+
"Valor bruto de medicamento", # Título para el segundo carrusel
|
329 |
+
"Valor neto de medicamento", #Título Tercer carrusel
|
330 |
]
|
331 |
|
332 |
# Crear tres columnas de carruseles
|