simondh commited on
Commit
52fc8fb
·
1 Parent(s): 3aa5a3f

improve layout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -559,7 +559,7 @@ with gr.Blocks(title="Text Classification System") as demo:
559
  ).then(
560
  show_results,
561
  inputs=[results_df, validation_output],
562
- outputs=[results_row, csv_download, excel_download, results_df, original_df]
563
  ).then(
564
  visualize_results,
565
  inputs=[results_df, text_column],
 
559
  ).then(
560
  show_results,
561
  inputs=[results_df, validation_output],
562
+ outputs=[results_row, csv_download, excel_download, results_df]
563
  ).then(
564
  visualize_results,
565
  inputs=[results_df, text_column],