Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Make subtitle more readable
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def load_all_usernames():
|
|
15 |
|
16 |
st.image("./banner.png", use_column_width=True)
|
17 |
|
18 |
-
st.markdown("**_The Stack is an open governance interface between the AI and open source
|
19 |
st.title("Am I in The Stack?")
|
20 |
st.markdown("As part of the BigCode project, we released and maintain [The Stack](https://huggingface.co/datasets/bigcode/the-stack), a 3.1 TB dataset of permissively licensed source code in 30 programming languages. One of our goals in this project is to give the people who wrote this source code a choice as to whether or not it can be employed to develop and evaluate LLMs, as we acknowledge that not all developers may wish to have their data used for that purpose.")
|
21 |
|
|
|
15 |
|
16 |
st.image("./banner.png", use_column_width=True)
|
17 |
|
18 |
+
st.markdown("**_The Stack is an open governance interface between the AI community and the open source community._**")
|
19 |
st.title("Am I in The Stack?")
|
20 |
st.markdown("As part of the BigCode project, we released and maintain [The Stack](https://huggingface.co/datasets/bigcode/the-stack), a 3.1 TB dataset of permissively licensed source code in 30 programming languages. One of our goals in this project is to give the people who wrote this source code a choice as to whether or not it can be employed to develop and evaluate LLMs, as we acknowledge that not all developers may wish to have their data used for that purpose.")
|
21 |
|