lvwerra HF Staff commited on
Commit
a6e9c8b
·
1 Parent(s): baef036

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ if st.button("Check!"):# or username:
46
  print("Time to check", time.time()-t_start)
47
 
48
  #if st.button("I want to remove my data!"):
49
- with st.expander("I want to opt-out")
50
  exclude_repo = []
51
  for repo in repos:
52
  exclude_repo.append(st.checkbox(repo), value=True)
 
46
  print("Time to check", time.time()-t_start)
47
 
48
  #if st.button("I want to remove my data!"):
49
+ with st.expander("I want to opt-out"):
50
  exclude_repo = []
51
  for repo in repos:
52
  exclude_repo.append(st.checkbox(repo), value=True)