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