Spaces:
Runtime error
Runtime error
Commit
·
4fe563b
1
Parent(s):
0e7ad7d
Update app.py
Browse files
app.py
CHANGED
@@ -70,4 +70,4 @@ with gr.Blocks() as demo:
|
|
70 |
b2.click(fn=display_next, inputs=[out_dataframe, num_end], outputs=[out_dataframe, num_end],
|
71 |
api_name="next_rows")
|
72 |
|
73 |
-
demo.launch(debug=True, show_error=True)
|
|
|
70 |
b2.click(fn=display_next, inputs=[out_dataframe, num_end], outputs=[out_dataframe, num_end],
|
71 |
api_name="next_rows")
|
72 |
|
73 |
+
demo.launch(on_launch=display_df, debug=True, show_error=True)
|