Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
e782c79
1
Parent(s):
31055c3
Update app.py
Browse files
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.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 |
|
|
|
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" width=600>''',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 |
|