Spaces:
Running
Running
wzkariampuzha
commited on
Commit
·
9741f24
1
Parent(s):
a334ada
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ import pickle
|
|
13 |
import plotly.graph_objects as go
|
14 |
|
15 |
#### LOGO ####
|
16 |
-
st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/
|
|
|
17 |
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)
|
18 |
#st.markdown("![National Center for Advancing Translational Sciences (NCATS) Logo](https://huggingface.co/spaces/ncats/EpiPipeline4GARD/resolve/main/NCATS_logo.png)")
|
19 |
|
|
|
13 |
import plotly.graph_objects as go
|
14 |
|
15 |
#### LOGO ####
|
16 |
+
st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/resolve/main/NCATS_logo.png" alt="National Center for Advancing Translational Sciences Logo" width=800>''',unsafe_allow_html=True)
|
17 |
+
#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)
|
18 |
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)
|
19 |
#st.markdown("![National Center for Advancing Translational Sciences (NCATS) Logo](https://huggingface.co/spaces/ncats/EpiPipeline4GARD/resolve/main/NCATS_logo.png)")
|
20 |
|