AIdeaText commited on
Commit
b4c7125
·
verified ·
1 Parent(s): 9e07ef2

Update modules/morphosyntax/morphosyntax_interface.py

Browse files
modules/morphosyntax/morphosyntax_interface.py CHANGED
@@ -151,6 +151,9 @@ def display_morphosyntax_interface(lang_code, nlp_models, morpho_t):
151
  </style>
152
  """, unsafe_allow_html=True)
153
 
 
 
 
154
  # Asegurar que el tab morfosintáctico permanece activo
155
  st.session_state.tab_states['morpho_active'] = True
156
  st.session_state.selected_tab = 1
 
151
  </style>
152
  """, unsafe_allow_html=True)
153
 
154
+ # Inicializar estados
155
+ initialize_arc_analysis_state() # Añadir esta línea
156
+
157
  # Asegurar que el tab morfosintáctico permanece activo
158
  st.session_state.tab_states['morpho_active'] = True
159
  st.session_state.selected_tab = 1