commenting out button
Browse files
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",
|