Update modules/discourse/discourse_interface.py
Browse files
modules/discourse/discourse_interface.py
CHANGED
@@ -52,7 +52,7 @@ def display_discourse_interface(lang_code, nlp_models, discourse_t):
|
|
52 |
|
53 |
# 4. Bot贸n de an谩lisis
|
54 |
col1, col2, col3 = st.columns([1,2,1])
|
55 |
-
with
|
56 |
analyze_button = st.button(
|
57 |
discourse_t.get('analyze_button', 'Analizar Discurso'),
|
58 |
key=generate_unique_key("discourse", "analyze_button"),
|
|
|
52 |
|
53 |
# 4. Bot贸n de an谩lisis
|
54 |
col1, col2, col3 = st.columns([1,2,1])
|
55 |
+
with col1:
|
56 |
analyze_button = st.button(
|
57 |
discourse_t.get('analyze_button', 'Analizar Discurso'),
|
58 |
key=generate_unique_key("discourse", "analyze_button"),
|