r1208 commited on
Commit
ca2878e
1 Parent(s): 1b52551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def main():
90
 
91
 
92
  st.subheader("Enter text to translate")
93
- input_text = st.text_area("Text to Translate", value= text_default, height=300)
94
 
95
  if st.button("Translate"):
96
  if input_text:
 
90
 
91
 
92
  st.subheader("Enter text to translate")
93
+ input_text = st.text_area("Text to Translate", value= "Enter Korean text here", height=300)
94
 
95
  if st.button("Translate"):
96
  if input_text: