Update modules/admin/admin_ui.py
Browse files
modules/admin/admin_ui.py
CHANGED
@@ -136,6 +136,7 @@ def admin_page():
|
|
136 |
else:
|
137 |
st.error("Estudiante no encontrado")
|
138 |
|
|
|
139 |
# Tab 3: Actividad de la Plataforma
|
140 |
with tab3:
|
141 |
st.header("Actividad Reciente")
|
|
|
136 |
else:
|
137 |
st.error("Estudiante no encontrado")
|
138 |
|
139 |
+
#######################################################################
|
140 |
# Tab 3: Actividad de la Plataforma
|
141 |
with tab3:
|
142 |
st.header("Actividad Reciente")
|