Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as blocks:
|
|
31 |
gr.Dataframe(value=data_for_app.get_data, label="My Data")
|
32 |
|
33 |
# Mount Gradio app to root
|
34 |
-
app = gr.mount_gradio_app(app, blocks, path="/",
|
35 |
|
36 |
# Custom POST endpoint
|
37 |
i = 0
|
|
|
31 |
gr.Dataframe(value=data_for_app.get_data, label="My Data")
|
32 |
|
33 |
# Mount Gradio app to root
|
34 |
+
app = gr.mount_gradio_app(app, blocks, path="/", ssr_mode=False)
|
35 |
|
36 |
# Custom POST endpoint
|
37 |
i = 0
|