wzkariampuzha commited on
Commit
a400b1e
1 Parent(s): dcbde5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -23,7 +23,6 @@ st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4RD/raw/
23
  st.markdown("")
24
  st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4RD/resolve/main/Logo_GARD_fullres.png" alt="NIH Genetic and Rare Diseases Information Center Logo" width=400>''',unsafe_allow_html=True)
25
 
26
-
27
  #st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/raw/main/ncats.svg" alt="National Center for Advancing Translational Sciences Logo" width=800>''',unsafe_allow_html=True)
28
  #st.markdown("")
29
  #st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/resolve/main/Logo_GARD_fullres.png" alt="NIH Genetic and Rare Diseases Information Center Logo" width=800>''',unsafe_allow_html=True)
@@ -49,6 +48,15 @@ st.markdown(
49
  unsafe_allow_html=True,
50
  )
51
 
 
 
 
 
 
 
 
 
 
52
  #### DESCRIPTION ####
53
  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.")
54
 
 
23
  st.markdown("")
24
  st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4RD/resolve/main/Logo_GARD_fullres.png" alt="NIH Genetic and Rare Diseases Information Center Logo" width=400>''',unsafe_allow_html=True)
25
 
 
26
  #st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/raw/main/ncats.svg" alt="National Center for Advancing Translational Sciences Logo" width=800>''',unsafe_allow_html=True)
27
  #st.markdown("")
28
  #st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/resolve/main/Logo_GARD_fullres.png" alt="NIH Genetic and Rare Diseases Information Center Logo" width=800>''',unsafe_allow_html=True)
 
48
  unsafe_allow_html=True,
49
  )
50
 
51
+ ### Remove 'Made with Streamlit' Footer
52
+ st.markdown("""
53
+ <style>
54
+ #MainMenu {visibility: hidden;}
55
+ footer {visibility: hidden;}
56
+ header {visibility: hidden;}
57
+ </style>
58
+ """, unsafe_allow_html=True)
59
+
60
  #### DESCRIPTION ####
61
  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.")
62