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