Spaces:
Sleeping
Sleeping
fix: remove gr.OAuthProfile() from inputs — injected via signature only
Browse files
app.py
CHANGED
|
@@ -489,7 +489,6 @@ def build_app() -> gr.Blocks:
|
|
| 489 |
exercise_dropdown,
|
| 490 |
time_slider,
|
| 491 |
consent_checkbox,
|
| 492 |
-
gr.OAuthProfile(),
|
| 493 |
],
|
| 494 |
outputs=[submit_status],
|
| 495 |
)
|
|
|
|
| 489 |
exercise_dropdown,
|
| 490 |
time_slider,
|
| 491 |
consent_checkbox,
|
|
|
|
| 492 |
],
|
| 493 |
outputs=[submit_status],
|
| 494 |
)
|