Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Restore disabled button in app.py
Browse files- yourbench_space/app.py +1 -1
yourbench_space/app.py
CHANGED
@@ -247,7 +247,7 @@ def init_session(profile: gr.OAuthProfile | None):
|
|
247 |
btn_launch_evals = gr.Button(
|
248 |
"🚀 Launch Evaluation",
|
249 |
visible=True,
|
250 |
-
interactive=
|
251 |
variant="primary",
|
252 |
)
|
253 |
|
|
|
247 |
btn_launch_evals = gr.Button(
|
248 |
"🚀 Launch Evaluation",
|
249 |
visible=True,
|
250 |
+
interactive=False, # Start non-interactive
|
251 |
variant="primary",
|
252 |
)
|
253 |
|