Coool2 commited on
Commit
a076f86
·
verified ·
1 Parent(s): 3782d97

Update app.py

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