AIdeaText commited on
Commit
9efeb1f
·
verified ·
1 Parent(s): 21661b7

Update modules/morphosyntax/morphosyntax_interface.py

Browse files
modules/morphosyntax/morphosyntax_interface.py CHANGED
@@ -15,7 +15,7 @@ import logging
15
  logger = logging.getLogger(__name__)
16
 
17
  def display_morphosyntax_interface(lang_code, nlp_models, t):
18
- st.title("Análisis Morfosintáctico")
19
 
20
  # Contenedor para el historial del chat
21
  chat_container = st.container()
 
15
  logger = logging.getLogger(__name__)
16
 
17
  def display_morphosyntax_interface(lang_code, nlp_models, t):
18
+ #st.title("Análisis Morfosintáctico")
19
 
20
  # Contenedor para el historial del chat
21
  chat_container = st.container()