Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ st.sidebar.title("🌸 BigScience")
|
|
8 |
st.sidebar.markdown("## BigSciene RAIL License v1.0")
|
9 |
st.sidebar.markdown(f"This is the home of the BigScience RAIL License v1.0.\
|
10 |
If you would like to download the license you can get it as [.txt]({txt_link}), \
|
11 |
-
[.docx]({docx_link}), or [.html]({
|
12 |
|
13 |
with open("BLOOMLICENSE.html", "r") as f:
|
14 |
license_html = f.read()
|
|
|
8 |
st.sidebar.markdown("## BigSciene RAIL License v1.0")
|
9 |
st.sidebar.markdown(f"This is the home of the BigScience RAIL License v1.0.\
|
10 |
If you would like to download the license you can get it as [.txt]({txt_link}), \
|
11 |
+
[.docx]({docx_link}), or [.html]({html_link}) file.")
|
12 |
|
13 |
with open("BLOOMLICENSE.html", "r") as f:
|
14 |
license_html = f.read()
|