AIdeaText commited on
Commit
8920c0c
verified
1 Parent(s): 296c780

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. 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("/path/to/image1.jpg", caption="PyCon Colombia 2024", use_column_width=True)
233
- st.image("/path/to/image2.jpg", caption="SENDA UNAM 2024", use_column_width=True)
234
 
235
  with col2:
236
- st.image("/path/to/image3.jpg", caption="Fundaci贸n Ser Maestro", use_column_width=True)
237
- st.image("/path/to/image4.jpg", caption="TEC Monterrey", use_column_width=True)
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")