Update app.py
Browse files
app.py
CHANGED
@@ -172,8 +172,7 @@ with gr.Blocks() as demo:
|
|
172 |
"""
|
173 |
)
|
174 |
|
175 |
-
|
176 |
-
login_button.activate()
|
177 |
|
178 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|
179 |
|
|
|
172 |
"""
|
173 |
)
|
174 |
|
175 |
+
gr.LoginButton()
|
|
|
176 |
|
177 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|
178 |
|