Spaces:
Running
Running
wzkariampuzha
commited on
Commit
•
c9b72ab
1
Parent(s):
275028e
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/re
|
|
18 |
#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)
|
19 |
|
20 |
#### TITLE ####
|
21 |
-
st.title("Epidemiology Extraction Pipeline for Rare Diseases")
|
22 |
#st.subheader("National Center for Advancing Translational Sciences (NIH/NCATS)")
|
23 |
|
24 |
#### CHANGE SIDEBAR WIDTH ###
|
@@ -38,7 +38,7 @@ st.markdown(
|
|
38 |
)
|
39 |
|
40 |
#### DESCRIPTION ####
|
41 |
-
st.markdown("This application was built by the [National Center for Advancing Translational Sciences (NCATS)](https://ncats.nih.gov/)
|
42 |
|
43 |
#### SIDEBAR WIDGETS ####
|
44 |
|
|
|
18 |
#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)
|
19 |
|
20 |
#### TITLE ####
|
21 |
+
st.title("Epidemiology Information Extraction Pipeline for Rare Diseases")
|
22 |
#st.subheader("National Center for Advancing Translational Sciences (NIH/NCATS)")
|
23 |
|
24 |
#### CHANGE SIDEBAR WIDTH ###
|
|
|
38 |
)
|
39 |
|
40 |
#### DESCRIPTION ####
|
41 |
+
st.markdown("This application was built by the [National Center for Advancing Translational Sciences (NCATS)](https://ncats.nih.gov/) to automatically search and extract rare disease epidemiology information from PubMed abstracts.")
|
42 |
|
43 |
#### SIDEBAR WIDGETS ####
|
44 |
|