Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
@@ -128,7 +128,7 @@ def display_current_situation_interface(lang_code, nlp_models, t):
|
|
128 |
use_container_width=True,
|
129 |
):
|
130 |
try:
|
131 |
-
with st.spinner(current_situation_t
|
132 |
doc = nlp_models[lang_code](text_input)
|
133 |
metrics = analyze_text_dimensions(doc)
|
134 |
|
|
|
128 |
use_container_width=True,
|
129 |
):
|
130 |
try:
|
131 |
+
with st.spinner(current_situation_t.get('processing', "Analizando...")):
|
132 |
doc = nlp_models[lang_code](text_input)
|
133 |
metrics = analyze_text_dimensions(doc)
|
134 |
|