dexay commited on
Commit
e27afc9
·
1 Parent(s): 045a158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline, TokenClassificationPipeline, BertForTokenCla
5
 
6
  st.header("Knowledge extraction on Endocrine disruptors")
7
  st.write("This tool lets you extract relation triples concerning interactions between: endocrine disrupting chemicals, hormones, receptors and cancers.")
8
- st.twrite("It is the result of an end of studies project within ESI school and dedicated to biomedical researchers looking to extract precise information about the subject without digging into long publications.")
9
  x = st.text_area('Entre you text on EDCs:')
10
 
11
 
 
5
 
6
  st.header("Knowledge extraction on Endocrine disruptors")
7
  st.write("This tool lets you extract relation triples concerning interactions between: endocrine disrupting chemicals, hormones, receptors and cancers.")
8
+ st.write("It is the result of an end of studies project within ESI school and dedicated to biomedical researchers looking to extract precise information about the subject without digging into long publications.")
9
  x = st.text_area('Entre you text on EDCs:')
10
 
11