Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|