cgeorgiaw HF Staff commited on
Commit
8bbbc7a
·
1 Parent(s): 5093885

commenting out button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(text_size=sizes.text_lg)) as demo:
164
  info="This will be used to identify valid submissions, and to update your results if you submit again.",
165
  )
166
 
167
- gr.LoginButton()
168
 
169
  anonymous_checkbox = gr.Checkbox(
170
  label="Anonymous",
 
164
  info="This will be used to identify valid submissions, and to update your results if you submit again.",
165
  )
166
 
167
+ # gr.LoginButton()
168
 
169
  anonymous_checkbox = gr.Checkbox(
170
  label="Anonymous",