Update modules/ui/ui.py
Browse files- modules/ui/ui.py +2 -2
modules/ui/ui.py
CHANGED
@@ -322,13 +322,13 @@ def display_videos_and_info(lang_code, t):
|
|
322 |
with col_left:
|
323 |
# Foto 2 arriba
|
324 |
st.image("assets/img/socialmedia/_MG_2845.JPG",
|
325 |
-
caption="MakerFaire CDMX
|
326 |
width=480) # Ajusta este valor según necesites
|
327 |
# use_column_width=True)
|
328 |
|
329 |
# Foto 3 abajo
|
330 |
st.image("assets/img/socialmedia/Facebook_CoverPhoto-1_820x312.jpg",
|
331 |
-
caption="MakerFaire CDMX
|
332 |
width=480) # Ajusta este valor según necesites
|
333 |
# use_column_width=True)
|
334 |
|
|
|
322 |
with col_left:
|
323 |
# Foto 2 arriba
|
324 |
st.image("assets/img/socialmedia/_MG_2845.JPG",
|
325 |
+
caption="MakerFaire CDMX 2024",
|
326 |
width=480) # Ajusta este valor según necesites
|
327 |
# use_column_width=True)
|
328 |
|
329 |
# Foto 3 abajo
|
330 |
st.image("assets/img/socialmedia/Facebook_CoverPhoto-1_820x312.jpg",
|
331 |
+
caption="MakerFaire CDMX 2024",
|
332 |
width=480) # Ajusta este valor según necesites
|
333 |
# use_column_width=True)
|
334 |
|