nassga commited on
Commit
2318a05
·
1 Parent(s): eeb16df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "My name is John Smith. I work at Microsoft. I live in Paris. My favorite painting is the Mona Lisa."
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')