AlainDeLong commited on
Commit
0b73f61
·
verified ·
1 Parent(s): 9d8de5e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -113,7 +113,8 @@ with st.sidebar:
113
  # Input Area
114
  input_text = st.text_area(
115
  label="Nhập câu tiếng Anh:",
116
- placeholder="Example: Artificial intelligence is transforming the world...",
 
117
  height=150,
118
  )
119
 
 
113
  # Input Area
114
  input_text = st.text_area(
115
  label="Nhập câu tiếng Anh:",
116
+ # placeholder="Example: Artificial intelligence is transforming the world...",
117
+ placeholder="Example: 'Hello.' (Please add a full stop to the last sentence)",
118
  height=150,
119
  )
120