sagawa commited on
Commit
6fbda13
·
1 Parent(s): 542de7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -80,7 +80,6 @@ if CFG.uploaded_file is not None:
80
  # IMPORTANT: Cache the conversion to prevent computation on every rerun
81
  return df.to_csv(index=False)
82
 
83
- st.table(output_df)
84
  csv = convert_df(output_df)
85
 
86
  st.download_button(
 
80
  # IMPORTANT: Cache the conversion to prevent computation on every rerun
81
  return df.to_csv(index=False)
82
 
 
83
  csv = convert_df(output_df)
84
 
85
  st.download_button(