Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
@@ -55,7 +55,7 @@ def display_current_situation_interface(lang_code, nlp_models, t):
|
|
55 |
input_col, results_col = st.columns([1,2])
|
56 |
|
57 |
with input_col:
|
58 |
-
st.markdown("### Ingresa tu texto")
|
59 |
|
60 |
# Funci贸n para manejar cambios en el texto
|
61 |
def on_text_change():
|
|
|
55 |
input_col, results_col = st.columns([1,2])
|
56 |
|
57 |
with input_col:
|
58 |
+
#st.markdown("### Ingresa tu texto")
|
59 |
|
60 |
# Funci贸n para manejar cambios en el texto
|
61 |
def on_text_change():
|