Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with block:
|
|
33 |
data = gr.outputs.Dataframe(type="pandas")
|
34 |
with gr.Row():
|
35 |
data_run = gr.Button("Refresh")
|
36 |
-
data_run.click(
|
37 |
|
38 |
block.load(get_europython_spaces, inputs=None, outputs=data)
|
39 |
block.launch()
|
|
|
33 |
data = gr.outputs.Dataframe(type="pandas")
|
34 |
with gr.Row():
|
35 |
data_run = gr.Button("Refresh")
|
36 |
+
data_run.click(get_europython_spaces, inputs=None, outputs=data)
|
37 |
|
38 |
block.load(get_europython_spaces, inputs=None, outputs=data)
|
39 |
block.launch()
|