Update whoop_gradio_server.py
Browse files- whoop_gradio_server.py +0 -1
whoop_gradio_server.py
CHANGED
@@ -167,7 +167,6 @@ with gr.Blocks(title="Whoop API Explorer") as demo:
|
|
167 |
# Bind actions
|
168 |
auth_button.click(fn=initialize_whoop_client_with_input, inputs=[email_input, password_input], outputs=auth_output)
|
169 |
cycle_button.click(fn=lambda: format_latest_cycle(get_latest_cycle_gr()), outputs=[latest_recovery, cycle_details])
|
170 |
-
strain_button.click(fn=get_average_strain_gr, inputs=days_input, outputs=average_strain)
|
171 |
workout_button.click(fn=get_workouts_gr, outputs=workout_output)
|
172 |
sleep_button.click(fn=get_sleeps_gr, outputs=sleep_output)
|
173 |
|
|
|
167 |
# Bind actions
|
168 |
auth_button.click(fn=initialize_whoop_client_with_input, inputs=[email_input, password_input], outputs=auth_output)
|
169 |
cycle_button.click(fn=lambda: format_latest_cycle(get_latest_cycle_gr()), outputs=[latest_recovery, cycle_details])
|
|
|
170 |
workout_button.click(fn=get_workouts_gr, outputs=workout_output)
|
171 |
sleep_button.click(fn=get_sleeps_gr, outputs=sleep_output)
|
172 |
|