Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|