Spaces:
Running
Running
Update modules/ui/ui.py
Browse files- modules/ui/ui.py +6 -2
modules/ui/ui.py
CHANGED
|
@@ -199,9 +199,13 @@ def display_videos_and_info(lang_code, t):
|
|
| 199 |
st.header("Videos: pitch, demos, entrevistas, otros")
|
| 200 |
|
| 201 |
videos = {
|
| 202 |
-
"
|
|
|
|
| 203 |
"Presentaci贸n en PyCon 2024. Colombia, Medell铆n": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
|
| 204 |
-
"Presentaci贸n
|
|
|
|
|
|
|
|
|
|
| 205 |
}
|
| 206 |
|
| 207 |
selected_title = st.selectbox("Selecciona un video tutorial:", list(videos.keys()))
|
|
|
|
| 199 |
st.header("Videos: pitch, demos, entrevistas, otros")
|
| 200 |
|
| 201 |
videos = {
|
| 202 |
+
"Reel AIdeaText": "https://youtu.be/UA-md1VxaRc",
|
| 203 |
+
"Presentaci贸n en SENDA, UNAM. Ciudad de M茅xico, M茅xico" : "https://www.youtube.com/watch?v=XFLvjST2cE0",
|
| 204 |
"Presentaci贸n en PyCon 2024. Colombia, Medell铆n": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
|
| 205 |
+
"Presentaci贸n en la Fundaci贸n Ser Maaestro. Lima, Per煤": "https://www.youtube.com/watch?v=imc4TI1q164",
|
| 206 |
+
"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",
|
| 207 |
+
"Entrevista con el Dr. Guillermo Ru铆z". Lima, Per煤: "https://www.youtube.com/watch?v=_ch8cRja3oc",
|
| 208 |
+
"Demo de la versi贸n de escritorio. ": "https://www.youtube.com/watch?v=nP6eXbog-ZY"
|
| 209 |
}
|
| 210 |
|
| 211 |
selected_title = st.selectbox("Selecciona un video tutorial:", list(videos.keys()))
|