Merge branch #AIdeaText/v3' into 'AIdeaText/v4'
Browse files
modules/studentact/student_activities.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import matplotlib.pyplot as plt
|
|
|
1 |
+
#modules/studentact/student_activities.py
|
2 |
+
|
3 |
import streamlit as st
|
4 |
import pandas as pd
|
5 |
import matplotlib.pyplot as plt
|
modules/ui/ui.py
CHANGED
@@ -250,7 +250,7 @@ def display_videos_and_info(lang_code, t):
|
|
250 |
# Tab de Videos
|
251 |
with tab_videos:
|
252 |
videos = {
|
253 |
-
"Reel AIdeaText": "https://youtu.be/
|
254 |
"Presentaci贸n en SENDA, UNAM. Ciudad de M茅xico, M茅xico" : "https://www.youtube.com/watch?v=XFLvjST2cE0",
|
255 |
"Presentaci贸n en PyCon 2024. Colombia, Medell铆n": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
|
256 |
"Presentaci贸n en la Fundaci贸n Ser Maaestro. Lima, Per煤": "https://www.youtube.com/watch?v=imc4TI1q164",
|
|
|
250 |
# Tab de Videos
|
251 |
with tab_videos:
|
252 |
videos = {
|
253 |
+
"Reel AIdeaText": "https://youtu.be/hXnwUvN1Q9Q",
|
254 |
"Presentaci贸n en SENDA, UNAM. Ciudad de M茅xico, M茅xico" : "https://www.youtube.com/watch?v=XFLvjST2cE0",
|
255 |
"Presentaci贸n en PyCon 2024. Colombia, Medell铆n": "https://www.youtube.com/watch?v=Jn545-IKx5Q",
|
256 |
"Presentaci贸n en la Fundaci贸n Ser Maaestro. Lima, Per煤": "https://www.youtube.com/watch?v=imc4TI1q164",
|