Update modules/morphosyntax/morphosyntax_interface.py
Browse files
modules/morphosyntax/morphosyntax_interface.py
CHANGED
@@ -30,7 +30,7 @@ def display_morphosyntax_interface(lang_code, nlp_models, t):
|
|
30 |
st.session_state[input_key] = ""
|
31 |
|
32 |
sentence_input = st.text_area(
|
33 |
-
t['
|
34 |
height=150,
|
35 |
placeholder=t['input_placeholder'],
|
36 |
value=st.session_state[input_key],
|
|
|
30 |
st.session_state[input_key] = ""
|
31 |
|
32 |
sentence_input = st.text_area(
|
33 |
+
t['morpho_input_label'],
|
34 |
height=150,
|
35 |
placeholder=t['input_placeholder'],
|
36 |
value=st.session_state[input_key],
|