wzkariampuzha commited on
Commit
31055c3
1 Parent(s): a15504d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ import re
19
  import plotly.graph_objects as go
20
 
21
  #### LOGO ####
22
- st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4RD/raw/main/ncats.svg" alt="National Center for Advancing Translational Sciences Logo">''',unsafe_allow_html=True)
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
 
 
19
  import plotly.graph_objects as go
20
 
21
  #### LOGO ####
22
+ st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4RD/raw/main/ncats.png" alt="National Center for Advancing Translational Sciences Logo">''',unsafe_allow_html=True)
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