UnarineLeo commited on
Commit
26a881e
1 Parent(s): 14d6210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with col1:
44
 
45
  if option_selected == 'Enter text input':
46
  text_input = st.text_area(
47
- "Enter sentences with <mask> token:",
48
  value=st.session_state['text_input']
49
  )
50
 
 
44
 
45
  if option_selected == 'Enter text input':
46
  text_input = st.text_area(
47
+ "Enter sentences with <mask> token(one sentence per line):",
48
  value=st.session_state['text_input']
49
  )
50