Coool2 commited on
Commit
61f82e6
·
verified ·
1 Parent(s): 1179b1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -172,8 +172,7 @@ with gr.Blocks() as demo:
172
  """
173
  )
174
 
175
- login_button = gr.LoginButton()
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