Update app.py
Browse files
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.
|
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 |
|