Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
1b98715
1
Parent(s):
eb09d82
Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,9 @@ import tensorflow as tf
|
|
12 |
import pickle
|
13 |
|
14 |
########## Title for the Web App ##########
|
|
|
15 |
st.title("Epidemiology Extraction Pipeline for Rare Diseases")
|
16 |
st.subheader("National Center for Advancing Translational Sciences (NIH/NCATS)")
|
17 |
-
st.markdown("<img src='https://huggingface.co/spaces/ncats/EpiPipeline4GARD/raw/main/NCATS_logo.svg?sanitize=true'>",unsafe_allow_html=True)
|
18 |
|
19 |
#### CHANGE SIDEBAR WIDTH ###
|
20 |
st.markdown(
|
|
|
12 |
import pickle
|
13 |
|
14 |
########## Title for the Web App ##########
|
15 |
+
st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/raw/main/NCATS_logo.svg?sanitize=true" alt="National Center for Advancing Translational Sciences Logo" width="700" height="600">''',unsafe_allow_html=True)
|
16 |
st.title("Epidemiology Extraction Pipeline for Rare Diseases")
|
17 |
st.subheader("National Center for Advancing Translational Sciences (NIH/NCATS)")
|
|
|
18 |
|
19 |
#### CHANGE SIDEBAR WIDTH ###
|
20 |
st.markdown(
|