Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ else:
|
|
| 85 |
sentence = st.text_area(
|
| 86 |
"Enter Singlish sentence",
|
| 87 |
height=120,
|
| 88 |
-
placeholder="
|
| 89 |
)
|
| 90 |
|
| 91 |
show_trace = st.checkbox(
|
|
|
|
| 85 |
sentence = st.text_area(
|
| 86 |
"Enter Singlish sentence",
|
| 87 |
height=120,
|
| 88 |
+
placeholder="Type here",
|
| 89 |
)
|
| 90 |
|
| 91 |
show_trace = st.checkbox(
|