Update app.py
Browse files
app.py
CHANGED
@@ -153,10 +153,8 @@ def main_app():
|
|
153 |
|
154 |
# Limpiar el campo de entrada
|
155 |
st.experimental_rerun()
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
with col2:
|
160 |
st.markdown(f"### {t['title']}")
|
161 |
|
162 |
if st.session_state.role == "Estudiante":
|
@@ -225,4 +223,4 @@ def main():
|
|
225 |
main_app()
|
226 |
|
227 |
if __name__ == "__main__":
|
228 |
-
main()
|
|
|
153 |
|
154 |
# Limpiar el campo de entrada
|
155 |
st.experimental_rerun()
|
156 |
+
|
157 |
+
with col2:
|
|
|
|
|
158 |
st.markdown(f"### {t['title']}")
|
159 |
|
160 |
if st.session_state.role == "Estudiante":
|
|
|
223 |
main_app()
|
224 |
|
225 |
if __name__ == "__main__":
|
226 |
+
main()
|