Update modules/ui/ui.py
Browse files- modules/ui/ui.py +2 -2
modules/ui/ui.py
CHANGED
@@ -230,13 +230,13 @@ def display_videos_and_info(lang_code, t):
|
|
230 |
# Foto 2 arriba
|
231 |
st.image("assets/img/socialmedia/_MG_2845.JPG",
|
232 |
caption="MakerFaire CDMX 2023",
|
233 |
-
width=
|
234 |
# use_column_width=True)
|
235 |
|
236 |
# Foto 3 abajo
|
237 |
st.image("assets/img/socialmedia/Facebook_CoverPhoto-1_820x312.jpg",
|
238 |
caption="MakerFaire CDMX 2023",
|
239 |
-
width=
|
240 |
# use_column_width=True)
|
241 |
|
242 |
# Tab de Videos
|
|
|
230 |
# Foto 2 arriba
|
231 |
st.image("assets/img/socialmedia/_MG_2845.JPG",
|
232 |
caption="MakerFaire CDMX 2023",
|
233 |
+
width=480) # Ajusta este valor según necesites
|
234 |
# use_column_width=True)
|
235 |
|
236 |
# Foto 3 abajo
|
237 |
st.image("assets/img/socialmedia/Facebook_CoverPhoto-1_820x312.jpg",
|
238 |
caption="MakerFaire CDMX 2023",
|
239 |
+
width=480) # Ajusta este valor según necesites
|
240 |
# use_column_width=True)
|
241 |
|
242 |
# Tab de Videos
|