Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,6 @@ with gr.Blocks() as demo:
|
|
23 |
data_table = gr.DataFrame(value=df)
|
24 |
data_table.select(select, inputs=data_table, outputs=map_component)
|
25 |
|
26 |
-
|
|
|
|
|
|
23 |
data_table = gr.DataFrame(value=df)
|
24 |
data_table.select(select, inputs=data_table, outputs=map_component)
|
25 |
|
26 |
+
|
27 |
+
if __name__ == "__main__":
|
28 |
+
demo.launch()
|