dexay commited on
Commit
44746f4
·
1 Parent(s): 97cf066

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
- st.image("Logo_ESI.png",width = 200)
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. 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.")
 
10
 
11
  st.set_page_config(layout="wide")
12
 
13
+ st.image("persEsi.png",width = 200)
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. 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.")