LeonceNsh commited on
Commit
ca89ad8
·
verified ·
1 Parent(s): 888756a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- with gr.Row():
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,
 
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,