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