rhea2809 commited on
Commit
b86339c
1 Parent(s): 22bf63c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css=css) as demo:
106
  with gr.Row():
107
  table = gr.HTML(show_label=False)
108
 
109
- demo.load(fn=data_list.render, outputs=[table,])
110
  search_button.click(fn=data_list.render, inputs=[search_box, filter_names,filter_names2,], outputs=[table,])
111
 
112
  demo.queue()
 
106
  with gr.Row():
107
  table = gr.HTML(show_label=False)
108
 
109
+ demo.load(fn=data_list.render, inputs=[search_box, filter_names,filter_names2,], outputs=[table,])
110
  search_button.click(fn=data_list.render, inputs=[search_box, filter_names,filter_names2,], outputs=[table,])
111
 
112
  demo.queue()