Spaces:
Runtime error
Runtime error
Commit
·
3d98498
1
Parent(s):
1b98715
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ import tensorflow as tf
|
|
| 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
|
| 16 |
st.title("Epidemiology Extraction Pipeline for Rare Diseases")
|
| 17 |
st.subheader("National Center for Advancing Translational Sciences (NIH/NCATS)")
|
| 18 |
|
|
|
|
| 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" alt="National Center for Advancing Translational Sciences Logo" width="800" height="300">''',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 |
|