CathieDaDa commited on
Commit
b6c6101
·
verified ·
1 Parent(s): c4ccc83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,6 +79,6 @@ with gr.Blocks() as demo:
79
 
80
  output2 = gr.DataFrame(value=dff1_2, max_height =900)
81
 
82
- dropdown.change(fn=display_table2, inputs=dropdown2, outputs=output2)
83
 
84
  demo.launch()
 
79
 
80
  output2 = gr.DataFrame(value=dff1_2, max_height =900)
81
 
82
+ dropdown2.change(fn=display_table2, inputs=dropdown2, outputs=output2)
83
 
84
  demo.launch()