Toumaima commited on
Commit
dee28b3
·
verified ·
1 Parent(s): 7b1cfbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -252,7 +252,6 @@ with gr.Blocks() as demo:
252
  gr.LoginButton()
253
 
254
  # Simulate OAuth profile for testing
255
- oauth_profile = gr.OAuthProfile(data=fake_user_data)
256
  test_checkbox = gr.Checkbox(label="Enable Test Mode (Skip Submission)", value=False)
257
  run_button = gr.Button("Run Evaluation")
258
  status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)
 
252
  gr.LoginButton()
253
 
254
  # Simulate OAuth profile for testing
 
255
  test_checkbox = gr.Checkbox(label="Enable Test Mode (Skip Submission)", value=False)
256
  run_button = gr.Button("Run Evaluation")
257
  status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)