Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,10 +109,10 @@ with gr.Blocks() as demo:
|
|
109 |
with gr.Row():
|
110 |
apply_filters = gr.Button("Apply Filters")
|
111 |
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
|
117 |
apply_filters.click(
|
118 |
app,
|
|
|
109 |
with gr.Row():
|
110 |
apply_filters = gr.Button("Apply Filters")
|
111 |
|
112 |
+
|
113 |
+
output_table = gr.Dataframe(label="Filtered Data")
|
114 |
+
gender_chart = gr.Plot()
|
115 |
+
country_chart = gr.Plot()
|
116 |
|
117 |
apply_filters.click(
|
118 |
app,
|