Update modules/ui/ui.py
Browse files- 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("
|
211 |
|
212 |
videos = {
|
213 |
"Reel AIdeaText": "https://youtu.be/UA-md1VxaRc",
|
214 |
-
"Presentaci贸n en
|
215 |
-
"Presentaci贸n
|
216 |
-
"
|
217 |
-
"
|
218 |
-
"
|
|
|
219 |
}
|
220 |
|
221 |
-
selected_title = st.selectbox("Selecciona
|
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:
|