Spaces:
Sleeping
Sleeping
improve layout
Browse files
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
|
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],
|