Update modules/ui/ui.py
Browse files- modules/ui/ui.py +5 -3
modules/ui/ui.py
CHANGED
@@ -230,12 +230,14 @@ 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 |
-
|
|
|
234 |
|
235 |
# Foto 3 abajo
|
236 |
st.image("assets/img/socialmedia/Facebook_CoverPhoto-1_820x312.jpg",
|
237 |
-
caption="
|
238 |
-
|
|
|
239 |
|
240 |
# Tab de Videos
|
241 |
with tab_videos:
|
|
|
230 |
# Foto 2 arriba
|
231 |
st.image("assets/img/socialmedia/_MG_2845.JPG",
|
232 |
caption="MakerFaire CDMX 2023",
|
233 |
+
width=300) # 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=300) # Ajusta este valor según necesites
|
240 |
+
# use_column_width=True)
|
241 |
|
242 |
# Tab de Videos
|
243 |
with tab_videos:
|