Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from transformers import pipeline, TokenClassificationPipeline, BertForTokenCla
|
|
10 |
|
11 |
st.set_page_config(layout="wide")
|
12 |
|
13 |
-
|
14 |
|
15 |
st.title("Knowledge extraction: EDCs")
|
16 |
st.write("This tool lets you extract relation triples concerning interactions between: endocrine disrupting chemicals, hormones, receptors and cancers.")
|
|
|
10 |
|
11 |
st.set_page_config(layout="wide")
|
12 |
|
13 |
+
st.image("Logo_ESI.png",width = 400)
|
14 |
|
15 |
st.title("Knowledge extraction: EDCs")
|
16 |
st.write("This tool lets you extract relation triples concerning interactions between: endocrine disrupting chemicals, hormones, receptors and cancers.")
|