wxy01giser commited on
Commit
e4d7d00
·
verified ·
1 Parent(s): bd56ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="EGISInsight") as demo:
229
  file_input.change(
230
  fn=analyze_report,
231
  inputs=file_input,
232
- outputs=[html_report, sankey_plot, cluster_plot, stats_json, sb64, cb64]
233
  )
234
 
235
  gr.Markdown("---")
 
229
  file_input.change(
230
  fn=analyze_report,
231
  inputs=file_input,
232
+ outputs=[html_report, sankey_plot, cluster_plot, stats_json]
233
  )
234
 
235
  gr.Markdown("---")