Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,6 +321,9 @@ with gr.Blocks() as demo:
|
|
| 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 = [
|
|
|
|
| 321 |
[images[24], images[25]], # Carrusel 1
|
| 322 |
[images[21],images[20]], # Carrusel 2
|
| 323 |
[images[23],images[22]], # Carrusel 3
|
| 324 |
+
[images[38], images[39]],
|
| 325 |
+
[images[40], images[41]],
|
| 326 |
+
[images[42], images[43]],
|
| 327 |
]
|
| 328 |
|
| 329 |
carousel_titles = [
|