Update modules/morphosyntax/morphosyntax_interface.py
Browse files
modules/morphosyntax/morphosyntax_interface.py
CHANGED
@@ -119,7 +119,7 @@ def display_morphosyntax_interface(lang_code, nlp_models, morpho_t):
|
|
119 |
|
120 |
# =================== PESTA脩A 1: Texto Base ==========================
|
121 |
with tabs[0]:
|
122 |
-
st.subheader(morpho_t.get('analysis_base_subheader', "An谩lisis de Texto Base"))
|
123 |
|
124 |
# Bot贸n para iniciar nuevo an谩lisis
|
125 |
if st.button(morpho_t.get('btn_new_analysis', "Nuevo An谩lisis"), key="btn_reset_base"):
|
|
|
119 |
|
120 |
# =================== PESTA脩A 1: Texto Base ==========================
|
121 |
with tabs[0]:
|
122 |
+
# st.subheader(morpho_t.get('analysis_base_subheader', "An谩lisis de Texto Base"))
|
123 |
|
124 |
# Bot贸n para iniciar nuevo an谩lisis
|
125 |
if st.button(morpho_t.get('btn_new_analysis', "Nuevo An谩lisis"), key="btn_reset_base"):
|