dexay commited on
Commit
f3471bc
·
1 Parent(s): a6c255a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.")