yjernite HF staff commited on
Commit
0ca5c82
1 Parent(s): f14de49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -6,8 +6,9 @@ html_link = "https://huggingface.co/spaces/bigscience/data_host_provider_agreeme
6
  pdf_link = "https://huggingface.co/spaces/bigscience/data_host_provider_agreement/raw/main/data_host_provider_agreement.pdf"
7
 
8
  st.sidebar.title("🌸 BigScience")
9
- st.sidebar.markdown("## BigScience Data Host-Provider Agreement v0.1")
10
- st.sidebar.markdown(f"This is the home of the Data Host-Provider Agreement designed to support the BigScience [Data Governance Proposal]({https://yjernite.github.io/content/LangDataGov.pdf}).\
 
11
  If you would like to download the license you can get it as [.txt]({txt_link}), \
12
  [.docx]({docx_link}), [.pdf]({pdf_link}), or [.html]({html_link}) file.")
13
 
 
6
  pdf_link = "https://huggingface.co/spaces/bigscience/data_host_provider_agreement/raw/main/data_host_provider_agreement.pdf"
7
 
8
  st.sidebar.title("🌸 BigScience")
9
+ st.sidebar.markdown("## Data Host-Provider Agreement v0.1")
10
+ st.sidebar.markdown(f"This is the home of the Data Host-Provider Agreement designed to support \
11
+ the BigScience [Data Governance Proposal](https://yjernite.github.io/content/LangDataGov.pdf).\
12
  If you would like to download the license you can get it as [.txt]({txt_link}), \
13
  [.docx]({docx_link}), [.pdf]({pdf_link}), or [.html]({html_link}) file.")
14