Update src/streamlit_app.py
Browse files- 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 |
|