Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|