minjibi commited on
Commit
8733de1
1 Parent(s): 13dcfc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")