Spaces:
Running
Running
Wilame Lima
commited on
Commit
·
5355ce3
1
Parent(s):
95a5eb7
Base text
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(value="
|
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(value="John Doe is 44 - male, who presents with a 6 month history of intermittent headaches and dizziness. Headaches are described as throbbing, primarily located on the right side of the head, and are often associated with nausea and photophobia. Episodes last between 2-4 hours and occur 2-3 times per week. No recent changes in medication or lifestyle reported.", label="Enter the text here")
|
24 |
submit = st.button("Submit")
|
25 |
|
26 |
if text and submit:
|