Spaces:
Running
Running
Update modules/discourse/discourse_interface.py
Browse files
modules/discourse/discourse_interface.py
CHANGED
|
@@ -54,7 +54,7 @@ def display_discourse_interface(lang_code, nlp_models, discourse_t):
|
|
| 54 |
col1, col2, col3 = st.columns([1,2,1])
|
| 55 |
with col1:
|
| 56 |
analyze_button = st.button(
|
| 57 |
-
discourse_t.get('
|
| 58 |
key=generate_unique_key("discourse", "analyze_button"),
|
| 59 |
type="primary",
|
| 60 |
icon="🔍",
|
|
|
|
| 54 |
col1, col2, col3 = st.columns([1,2,1])
|
| 55 |
with col1:
|
| 56 |
analyze_button = st.button(
|
| 57 |
+
discourse_t.get('discourse_analyze_button', 'Analizar Discurso'),
|
| 58 |
key=generate_unique_key("discourse", "analyze_button"),
|
| 59 |
type="primary",
|
| 60 |
icon="🔍",
|