AIdeaText commited on
Commit
c0e4310
verified
1 Parent(s): 7ba07c4

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +8 -7
modules/ui/ui.py CHANGED
@@ -207,18 +207,19 @@ def user_page():
207
 
208
  ##################################################################################################
209
  def display_videos_and_info():
210
- st.header("Videos: pitch, demos, entrevistas, otros")
211
 
212
  videos = {
213
  "Reel AIdeaText": "https://youtu.be/UA-md1VxaRc",
214
- "Presentaci贸n en PyCon Colombia, Medell铆n, 2024": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
215
- "Presentaci贸n fundaci贸n Ser Maaestro": "https://www.youtube.com/watch?v=imc4TI1q164",
216
- "Pitch IFE Explora": "https://www.youtube.com/watch?v=Fqi4Di_Rj_s",
217
- "Entrevista Dr. Guillermo Ru铆z": "https://www.youtube.com/watch?v=_ch8cRja3oc",
218
- "Demo versi贸n desktop": "https://www.youtube.com/watch?v=nP6eXbog-ZY"
 
219
  }
220
 
221
- selected_title = st.selectbox("Selecciona un video tutorial:", list(videos.keys()))
222
 
223
  if selected_title in videos:
224
  try:
 
207
 
208
  ##################################################################################################
209
  def display_videos_and_info():
210
+ st.header("Conferencias")
211
 
212
  videos = {
213
  "Reel AIdeaText": "https://youtu.be/UA-md1VxaRc",
214
+ "Presentaci贸n en SENDA, UNAM. Ciudad de M茅xico, M茅xico" : "https://www.youtube.com/watch?v=XFLvjST2cE0",
215
+ "Presentaci贸n en PyCon 2024. Colombia, Medell铆n": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
216
+ "Presentaci贸n en la Fundaci贸n Ser Maaestro. Lima, Per煤": "https://www.youtube.com/watch?v=imc4TI1q164",
217
+ "Presentaci贸n en el programa de incubaci贸n Explora del IFE, TEC de Monterrey, Nuevo Le贸n, M茅xico": "https://www.youtube.com/watch?v=Fqi4Di_Rj_s",
218
+ "Entrevista con el Dr. Guillermo Ru铆z. Lima, Per煤": "https://www.youtube.com/watch?v=_ch8cRja3oc",
219
+ "Demo de la versi贸n de escritorio.": "https://www.youtube.com/watch?v=nP6eXbog-ZY"
220
  }
221
 
222
+ selected_title = st.selectbox("Selecciona una conferencia:", list(videos.keys()))
223
 
224
  if selected_title in videos:
225
  try: