mattupson commited on
Commit
462c96e
1 Parent(s): e18db08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.sidebar.header("Information ℹ")
19
  st.sidebar.write(
20
  "A complete list of MeSH tags can be found here https://meshb.nlm.nih.gov/treeView"
21
  )
22
- st.sidebar.write("The grants data can be found https://www.threesixtygiving.org/")
23
  st.sidebar.write(
24
  "The model used to tag grants is https://huggingface.co/Wellcome/WellcomeBertMesh"
25
  )
19
  st.sidebar.write(
20
  "A complete list of MeSH tags can be found here https://meshb.nlm.nih.gov/treeView"
21
  )
22
+ st.sidebar.write("The grants data can be found at [https://www.threesixtygiving.org/](https://data.threesixtygiving.org/). They are published under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.")
23
  st.sidebar.write(
24
  "The model used to tag grants is https://huggingface.co/Wellcome/WellcomeBertMesh"
25
  )