minjibi commited on
Commit
45bb2ea
·
1 Parent(s): e1a98e8

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
  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 : 我が国の首相は最低だ! = Our prime minister sucks!')
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: