Update modules/ui/ui.py
Browse files- modules/ui/ui.py +5 -15
modules/ui/ui.py
CHANGED
@@ -59,19 +59,9 @@ st.markdown("""
|
|
59 |
# Datos del carrusel (im谩genes y descripciones)
|
60 |
eventos = [
|
61 |
{
|
62 |
-
"imagen": "assets/img/socialmedia/
|
63 |
-
"titulo": "
|
64 |
-
"descripcion": "
|
65 |
-
},
|
66 |
-
{
|
67 |
-
"imagen": "assets/img/socialmedia/_MG_2790.jpg",
|
68 |
-
"titulo": "Conferencia Principal",
|
69 |
-
"descripcion": "Presentando AIdeaText a la comunidad"
|
70 |
-
},
|
71 |
-
{
|
72 |
-
"imagen": "assets/img/socialmedia/Facebook_CoverPhoto-1_820x312.jpg",
|
73 |
-
"titulo": "Taller Interactivo",
|
74 |
-
"descripcion": "Participantes usando la plataforma"
|
75 |
}
|
76 |
]
|
77 |
|
@@ -97,8 +87,8 @@ def show_carousel():
|
|
97 |
current_idx = st.session_state.current_event
|
98 |
|
99 |
with st.container():
|
100 |
-
st.markdown("<h2 style='text-align: center; margin-bottom: 30px;'>Eventos Relevantes</h2>",
|
101 |
-
|
102 |
|
103 |
# Controles de navegaci贸n
|
104 |
col1, col2, col3 = st.columns([1, 6, 1])
|
|
|
59 |
# Datos del carrusel (im谩genes y descripciones)
|
60 |
eventos = [
|
61 |
{
|
62 |
+
"imagen": "assets/img/socialmedia/WebSummit ShowCase 2025.png",
|
63 |
+
"titulo": "WebSummitRio 2025, Brasil, april, 27-30",
|
64 |
+
"descripcion": "AIdeaText showcase"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
66 |
]
|
67 |
|
|
|
87 |
current_idx = st.session_state.current_event
|
88 |
|
89 |
with st.container():
|
90 |
+
#st.markdown("<h2 style='text-align: center; margin-bottom: 30px;'>Eventos Relevantes</h2>",
|
91 |
+
# unsafe_allow_html=True)
|
92 |
|
93 |
# Controles de navegaci贸n
|
94 |
col1, col2, col3 = st.columns([1, 6, 1])
|