Soyoung97 commited on
Commit
f1cbe9d
β€’
1 Parent(s): 248fbf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ default_text_list = ['ν•œκ΅­μ–΄λŠ” μ €ν•œν…Œ λ„ˆλ¬΄ μ–΄λ €μš΄ μ–Έμ–΄μ΄μ—ˆμ–΄μš”
31
  if st.button("try another example: "):
32
  text_button = random.choice(default_text_list)
33
  try_this = f"Try this text! : {text_button}"
34
- st.write(text_button)
35
 
36
  st.markdown("## Original sentence:")
37
  st.write(text)
 
31
  if st.button("try another example: "):
32
  text_button = random.choice(default_text_list)
33
  try_this = f"Try this text! : {text_button}"
34
+ st.write(try_this)
35
 
36
  st.markdown("## Original sentence:")
37
  st.write(text)