Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2390,7 +2390,7 @@ def create_gradio_interface():
|
|
| 2390 |
|
| 2391 |
right_button.click(
|
| 2392 |
lambda current_index, all_figures: navigate_plot('right', current_index, all_figures),
|
| 2393 |
-
inputs=[current_index_state, all],
|
| 2394 |
inputs=[current_index_state, all_figures_state],
|
| 2395 |
outputs=[rsm_plot_output, plot_info, current_index_state]
|
| 2396 |
)
|
|
|
|
| 2390 |
|
| 2391 |
right_button.click(
|
| 2392 |
lambda current_index, all_figures: navigate_plot('right', current_index, all_figures),
|
| 2393 |
+
#inputs=[current_index_state, all],
|
| 2394 |
inputs=[current_index_state, all_figures_state],
|
| 2395 |
outputs=[rsm_plot_output, plot_info, current_index_state]
|
| 2396 |
)
|