wzkariampuzha commited on
Commit
c9b72ab
1 Parent(s): 275028e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/re
18
  #st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/raw/main/NCATS_logo.svg" alt="National Center for Advancing Translational Sciences Logo" width="800" height="300">''',unsafe_allow_html=True)
19
 
20
  #### TITLE ####
21
- st.title("Epidemiology Extraction Pipeline for Rare Diseases")
22
  #st.subheader("National Center for Advancing Translational Sciences (NIH/NCATS)")
23
 
24
  #### CHANGE SIDEBAR WIDTH ###
@@ -38,7 +38,7 @@ st.markdown(
38
  )
39
 
40
  #### DESCRIPTION ####
41
- st.markdown("This application was built by the [National Center for Advancing Translational Sciences (NCATS)](https://ncats.nih.gov/) for the [National Institutes of Health (NIH)](https://www.nih.gov/) [Genetic and Rare Diseases Information Center](https://rarediseases.info.nih.gov/) to automatically search PubMed abstracts for rare disease epidemiology information.")
42
 
43
  #### SIDEBAR WIDGETS ####
44
 
 
18
  #st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/raw/main/NCATS_logo.svg" alt="National Center for Advancing Translational Sciences Logo" width="800" height="300">''',unsafe_allow_html=True)
19
 
20
  #### TITLE ####
21
+ st.title("Epidemiology Information Extraction Pipeline for Rare Diseases")
22
  #st.subheader("National Center for Advancing Translational Sciences (NIH/NCATS)")
23
 
24
  #### CHANGE SIDEBAR WIDTH ###
 
38
  )
39
 
40
  #### DESCRIPTION ####
41
+ st.markdown("This application was built by the [National Center for Advancing Translational Sciences (NCATS)](https://ncats.nih.gov/) to automatically search and extract rare disease epidemiology information from PubMed abstracts.")
42
 
43
  #### SIDEBAR WIDGETS ####
44