Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ default_text_list = ['νκ΅μ΄λ μ νν
λ무 μ΄λ €μ΄ μΈμ΄μ΄μμ΄μ
|
|
30 |
|
31 |
if st.button("try another example: "):
|
32 |
text_button = random.choice(default_text_list)
|
|
|
33 |
st.write(text_button)
|
34 |
|
35 |
st.markdown("## Original sentence:")
|
|
|
30 |
|
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:")
|