Spaces:
Sleeping
Sleeping
chore: update next tabs
Browse files
app.py
CHANGED
@@ -323,7 +323,6 @@ def run_fhe_fn(user_id: str) -> Dict:
|
|
323 |
return {
|
324 |
error_box5: gr.update(visible=False),
|
325 |
fhe_execution_time_box: gr.update(value=f"{response.json()} seconds"),
|
326 |
-
next_step_tab4: gr.update(visible=True),
|
327 |
}
|
328 |
|
329 |
|
@@ -445,9 +444,6 @@ def reset_fn():
|
|
445 |
error_box4: gr.update(visible=False),
|
446 |
error_box5: gr.update(visible=False),
|
447 |
error_box6: gr.update(visible=False),
|
448 |
-
next_step_tab2: gr.update(visible=False),
|
449 |
-
next_step_tab3: gr.update(visible=False),
|
450 |
-
next_step_tab4: gr.update(visible=False),
|
451 |
srv_resp_send_data_box: None,
|
452 |
srv_resp_retrieve_data_box: None,
|
453 |
**{box: None for box in check_boxes},
|
|
|
323 |
return {
|
324 |
error_box5: gr.update(visible=False),
|
325 |
fhe_execution_time_box: gr.update(value=f"{response.json()} seconds"),
|
|
|
326 |
}
|
327 |
|
328 |
|
|
|
444 |
error_box4: gr.update(visible=False),
|
445 |
error_box5: gr.update(visible=False),
|
446 |
error_box6: gr.update(visible=False),
|
|
|
|
|
|
|
447 |
srv_resp_send_data_box: None,
|
448 |
srv_resp_retrieve_data_box: None,
|
449 |
**{box: None for box in check_boxes},
|