AIdeaText commited on
Commit
c5325f7
·
verified ·
1 Parent(s): 761dba0

Update modules/ui/user_page.py

Browse files
Files changed (1) hide show
  1. modules/ui/user_page.py +2 -1
modules/ui/user_page.py CHANGED
@@ -235,7 +235,8 @@ def user_page(lang_code, t):
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
 
235
  display_semantic_interface(
236
  st.session_state.lang_code,
237
  st.session_state.nlp_models,
238
+ t, # Traducciones generales
239
+ semantic_t
240
  )
241
 
242
  #elif index == 4: # Discurso Vivo