Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -199,7 +199,7 @@ def display_videos_and_info(lang_code, t):
|
|
199 |
st.header("Videos: pitch, demos, entrevistas, otros")
|
200 |
|
201 |
videos = {
|
202 |
-
"Presentaci贸n en SENDA, UNAM. CDMX, M茅xico" : "https://www.youtube.com/
|
203 |
"Presentaci贸n en PyCon 2024. Colombia, Medell铆n": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
|
204 |
"Presentaci贸n para la Fundaci贸n Ser Maaestro. Lima, Per煤": "https://www.youtube.com/watch?v=imc4TI1q164",
|
205 |
}
|
|
|
199 |
st.header("Videos: pitch, demos, entrevistas, otros")
|
200 |
|
201 |
videos = {
|
202 |
+
"Presentaci贸n en SENDA, UNAM. CDMX, M茅xico" : "https://www.youtube.com/watch?v=XFLvjST2cE0",
|
203 |
"Presentaci贸n en PyCon 2024. Colombia, Medell铆n": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
|
204 |
"Presentaci贸n para la Fundaci贸n Ser Maaestro. Lima, Per煤": "https://www.youtube.com/watch?v=imc4TI1q164",
|
205 |
}
|