Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(theme="lone17/kotaemon", css=CSS_CUSTOM) as demo:
|
|
105 |
• Henry Mantilla
|
106 |
• Andrea Parra
|
107 |
• Juan Calderón
|
108 |
-
• [SemilleroCV](https://semillerocv.github.io/)
|
109 |
"""
|
110 |
)
|
111 |
with gr.Column():
|
@@ -137,7 +137,7 @@ with gr.Blocks(theme="lone17/kotaemon", css=CSS_CUSTOM) as demo:
|
|
137 |
label="📁 Elige una imagen de ejemplo",
|
138 |
value=[img for img, _ in example_imgs],
|
139 |
columns=3,
|
140 |
-
height="
|
141 |
allow_preview=True,
|
142 |
show_label=True,
|
143 |
elem_id="galeria-scroll",
|
|
|
105 |
• Henry Mantilla
|
106 |
• Andrea Parra
|
107 |
• Juan Calderón
|
108 |
+
• Semillero de Investigación del que somos parte [SemilleroCV](https://semillerocv.github.io/)
|
109 |
"""
|
110 |
)
|
111 |
with gr.Column():
|
|
|
137 |
label="📁 Elige una imagen de ejemplo",
|
138 |
value=[img for img, _ in example_imgs],
|
139 |
columns=3,
|
140 |
+
height="384px",
|
141 |
allow_preview=True,
|
142 |
show_label=True,
|
143 |
elem_id="galeria-scroll",
|