Spaces:
Sleeping
Sleeping
Update modules/ui/user_page.py
Browse files- modules/ui/user_page.py +3 -4
modules/ui/user_page.py
CHANGED
@@ -233,10 +233,9 @@ def user_page(lang_code, t):
|
|
233 |
elif index == 2: # Semántico
|
234 |
st.session_state.tab_states['semantic_active'] = True
|
235 |
display_semantic_interface(
|
236 |
-
|
237 |
-
|
238 |
-
t
|
239 |
-
semantic_t=t['SEMANTIC'] # Traducciones específicas del gráfico
|
240 |
)
|
241 |
|
242 |
#elif index == 4: # Discurso Vivo
|
|
|
233 |
elif index == 2: # Semántico
|
234 |
st.session_state.tab_states['semantic_active'] = True
|
235 |
display_semantic_interface(
|
236 |
+
st.session_state.lang_code,
|
237 |
+
st.session_state.nlp_models,
|
238 |
+
t # Traducciones generales
|
|
|
239 |
)
|
240 |
|
241 |
#elif index == 4: # Discurso Vivo
|