Spaces:
Sleeping
Sleeping
Commit
·
55e8d74
1
Parent(s):
7ef3d4b
changed loginbutton
Browse files
app.py
CHANGED
@@ -429,7 +429,8 @@ with gr.Blocks() as demo:
|
|
429 |
"""
|
430 |
)
|
431 |
|
432 |
-
gr.LoginButton()
|
|
|
433 |
|
434 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|
435 |
|
|
|
429 |
"""
|
430 |
)
|
431 |
|
432 |
+
login_btn = gr.LoginButton()
|
433 |
+
login_btn.activate()
|
434 |
|
435 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|
436 |
|