Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ st.set_page_config(page_title="Named Entity Recognition")
|
|
109 |
st.title("Named Entity Recognition")
|
110 |
st.write("Type text into the text box and then press 'Predict' to get the named entities.")
|
111 |
|
112 |
-
default_text = "
|
113 |
|
114 |
text = st.text_area('Enter text here:', value=default_text)
|
115 |
submit = st.button('Predict')
|
|
|
109 |
st.title("Named Entity Recognition")
|
110 |
st.write("Type text into the text box and then press 'Predict' to get the named entities.")
|
111 |
|
112 |
+
default_text = "A 53-year-old French woman with a previous diagnosis of Crohn's disease was admitted to the University Hospital in 2016 due to persistent chronic diarrhea, with an average of 4 stools per day during daytime, without associated vomiting, abdominal pain, or fever. She reported significant weight loss over the past 6 months.Initial laboratory tests showed normal results, while serum pancreatic enzyme levels were mildly elevated."
|
113 |
|
114 |
text = st.text_area('Enter text here:', value=default_text)
|
115 |
submit = st.button('Predict')
|