patrickvonplaten commited on
Commit
e231451
·
1 Parent(s): 843a9a7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ COLUMN_NAMES = {"librispeech-clean": "ls-clean", "librispeech-other": "ls-other"
79
 
80
  table = all_results.round(2)
81
  table = table.rename(COLUMN_NAMES )
82
- st.table(all_results)
 
79
 
80
  table = all_results.round(2)
81
  table = table.rename(COLUMN_NAMES )
82
+ st.table(table)