Update modules/ui/ui.py
Browse files- modules/ui/ui.py +4 -4
modules/ui/ui.py
CHANGED
@@ -229,12 +229,12 @@ def display_videos_and_info(lang_code, t):
|
|
229 |
col1, col2 = st.columns(2)
|
230 |
|
231 |
with col1:
|
232 |
-
st.image("/
|
233 |
-
st.image("/
|
234 |
|
235 |
with col2:
|
236 |
-
st.image("/path/to/image3.jpg", caption="
|
237 |
-
st.image("/path/to/image4.jpg", caption="
|
238 |
|
239 |
# Nueva secci贸n de eventos
|
240 |
st.header("Eventos y Presentaciones")
|
|
|
229 |
col1, col2 = st.columns(2)
|
230 |
|
231 |
with col1:
|
232 |
+
st.image("assets/img/socialmedia/_MG_2790.jpg", caption="MakerFaire CDMX 2024", use_column_width=True)
|
233 |
+
st.image("assets/img/socialmedia/_MG_2587.jpg", caption="MakerFaire CDMX 2024", use_column_width=True)
|
234 |
|
235 |
with col2:
|
236 |
+
st.image("/path/to/image3.jpg", caption="MakerFaire CDMX 2023", use_column_width=True)
|
237 |
+
st.image("/path/to/image4.jpg", caption="MakerFaire CDMX 2023", use_column_width=True)
|
238 |
|
239 |
# Nueva secci贸n de eventos
|
240 |
st.header("Eventos y Presentaciones")
|