Update modules/studentact/student_activities_v2.py
Browse files
modules/studentact/student_activities_v2.py
CHANGED
@@ -533,7 +533,6 @@ def display_semantic_activities(username: str, t: dict):
|
|
533 |
logger.error(f"Error mostrando análisis semántico: {str(e)}")
|
534 |
st.error(t.get('error_semantic', 'Error al mostrar análisis semántico'))
|
535 |
|
536 |
-
|
537 |
###################################################################################################
|
538 |
|
539 |
def display_discourse_activities(username: str, t: dict):
|
|
|
533 |
logger.error(f"Error mostrando análisis semántico: {str(e)}")
|
534 |
st.error(t.get('error_semantic', 'Error al mostrar análisis semántico'))
|
535 |
|
|
|
536 |
###################################################################################################
|
537 |
|
538 |
def display_discourse_activities(username: str, t: dict):
|