Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
@@ -122,7 +122,7 @@ def display_current_situation_interface(lang_code, nlp_models, t):
|
|
122 |
st.session_state.show_results = False
|
123 |
|
124 |
if st.button(
|
125 |
-
current_situation_t.get('
|
126 |
type="primary",
|
127 |
disabled=not text_input.strip(),
|
128 |
use_container_width=True,
|
|
|
122 |
st.session_state.show_results = False
|
123 |
|
124 |
if st.button(
|
125 |
+
current_situation_t.get('first_analyze_button', "Analizar mi escritura"),
|
126 |
type="primary",
|
127 |
disabled=not text_input.strip(),
|
128 |
use_container_width=True,
|