Update modules/morphosyntax/morphosyntax_interface.py
Browse files
modules/morphosyntax/morphosyntax_interface.py
CHANGED
@@ -58,7 +58,7 @@ def display_morphosyntax_interface(lang_code, nlp_models, morpho_t):
|
|
58 |
col1, col2, col3 = st.columns([2,1,2])
|
59 |
|
60 |
# 5. Bot贸n de an谩lisis en la columna central
|
61 |
-
with
|
62 |
analyze_button = st.button(
|
63 |
morpho_t.get('morpho_analyze_button', 'Analyze Morphosyntax'),
|
64 |
key=f"morpho_button_{st.session_state.morphosyntax_state['analysis_count']}",
|
|
|
58 |
col1, col2, col3 = st.columns([2,1,2])
|
59 |
|
60 |
# 5. Bot贸n de an谩lisis en la columna central
|
61 |
+
with col1:
|
62 |
analyze_button = st.button(
|
63 |
morpho_t.get('morpho_analyze_button', 'Analyze Morphosyntax'),
|
64 |
key=f"morpho_button_{st.session_state.morphosyntax_state['analysis_count']}",
|