lvwerra HF staff commited on
Commit
b3c4ada
β€’
1 Parent(s): 2cce3db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.")