Update modules/morphosyntax/morphosyntax_interface.py
Browse files
modules/morphosyntax/morphosyntax_interface.py
CHANGED
@@ -160,7 +160,7 @@ def display_morphosyntax_results(result, lang_code, t):
|
|
160 |
col1, col2 = st.columns(2)
|
161 |
|
162 |
with col1:
|
163 |
-
with st.expander(morpho_t.get('pos_analysis', 'Part of speech')
|
164 |
pos_df = pd.DataFrame(advanced_analysis['pos_analysis'])
|
165 |
|
166 |
# Traducir las etiquetas POS a sus nombres en el idioma seleccionado
|
|
|
160 |
col1, col2 = st.columns(2)
|
161 |
|
162 |
with col1:
|
163 |
+
with st.expander(morpho_t.get('pos_analysis', 'Part of speech'), expanded=True):
|
164 |
pos_df = pd.DataFrame(advanced_analysis['pos_analysis'])
|
165 |
|
166 |
# Traducir las etiquetas POS a sus nombres en el idioma seleccionado
|