Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,6 @@ if st.button("Check!"):
|
|
27 |
for repo_name in usernames[username]:
|
28 |
st.markdown(f"`{repo_name}`")
|
29 |
|
30 |
-
st.markdown("Would you like to have your data removed from future versions of The Stack? You can opt-out following the instructions [here](https://www.bigcode-project.org/docs/about/the-stack/#how-can-i-request-that-my-data-be-removed-from-the-stack)")
|
31 |
else:
|
32 |
st.markdown("**No**, your data is not in The Stack.")
|
|
|
27 |
for repo_name in usernames[username]:
|
28 |
st.markdown(f"`{repo_name}`")
|
29 |
|
30 |
+
st.markdown("Would you like to have your data removed from future versions of The Stack? You can opt-out following the instructions [here](https://www.bigcode-project.org/docs/about/the-stack/#how-can-i-request-that-my-data-be-removed-from-the-stack).")
|
31 |
else:
|
32 |
st.markdown("**No**, your data is not in The Stack.")
|