Update modules/morphosyntax/morphosyntax_interface.py
Browse files
modules/morphosyntax/morphosyntax_interface.py
CHANGED
@@ -38,7 +38,7 @@ def display_morphosyntax_interface(lang_code, nlp_models, t):
|
|
38 |
st.session_state[input_key] = ""
|
39 |
|
40 |
sentence_input = st.text_area(
|
41 |
-
t['
|
42 |
height=150,
|
43 |
placeholder=t['input_placeholder'],
|
44 |
value=st.session_state[input_key],
|
|
|
38 |
st.session_state[input_key] = ""
|
39 |
|
40 |
sentence_input = st.text_area(
|
41 |
+
t['morpho_input_label'],
|
42 |
height=150,
|
43 |
placeholder=t['input_placeholder'],
|
44 |
value=st.session_state[input_key],
|