Update app.py
Browse files
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("##
|
10 |
-
st.sidebar.markdown(f"This is the home of the Data Host-Provider Agreement designed to support
|
|
|
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 |
|