saad177 commited on
Commit
b26d79a
1 Parent(s): cfa1b3b

add interaction plot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ with gr.Blocks() as demo:
214
  existent_info_input,
215
  consent_input,
216
  ],
217
- outputs=[output, mean_plot, waterfall_plot, summary_plot, force_plot],
218
  )
219
 
220
  demo.launch()
 
214
  existent_info_input,
215
  consent_input,
216
  ],
217
+ outputs=[output, mean_plot, waterfall_plot, summary_plot, interaction_plot],
218
  )
219
 
220
  demo.launch()