Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def main():
|
|
| 8 |
with st.form("text_field"):
|
| 9 |
text = st.text_area('enter some Japanese texts:')
|
| 10 |
st.text('For example : 私はタイ人です。 = I am Thai')
|
| 11 |
-
st.text('For example :
|
| 12 |
# clicked==True only when the button is clicked
|
| 13 |
clicked = st.form_submit_button("Submit")
|
| 14 |
if clicked:
|
|
|
|
| 8 |
with st.form("text_field"):
|
| 9 |
text = st.text_area('enter some Japanese texts:')
|
| 10 |
st.text('For example : 私はタイ人です。 = I am Thai')
|
| 11 |
+
st.text('For example : 私は自分の国が嫌いだ! = I hate my country!')
|
| 12 |
# clicked==True only when the button is clicked
|
| 13 |
clicked = st.form_submit_button("Submit")
|
| 14 |
if clicked:
|