Spaces:
Sleeping
Sleeping
Wilame Lima
commited on
Commit
·
d80f301
1
Parent(s):
5355ce3
removeplaceholder
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ with st.spinner("Loading the model..."):
|
|
20 |
|
21 |
# input
|
22 |
st.info("Enter the text in the text area below and click on submit to extract the entities")
|
23 |
-
text = st.text_area(
|
24 |
submit = st.button("Submit")
|
25 |
|
26 |
if text and submit:
|
|
|
20 |
|
21 |
# input
|
22 |
st.info("Enter the text in the text area below and click on submit to extract the entities")
|
23 |
+
text = st.text_area(label="Enter the text you want to get the entities here", placeholder="Enter the text here")
|
24 |
submit = st.button("Submit")
|
25 |
|
26 |
if text and submit:
|