duongthienz commited on
Commit
124995b
·
verified ·
1 Parent(s): a5aa376

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1225,7 +1225,7 @@ if len(st.session_state.results) > 0:
1225
 
1226
  voiceNames = ["No Voice","One Voice","Multi Voice"]
1227
  df7_dict = {
1228
- "files":fileNames,
1229
  }
1230
  for category in voiceNames:
1231
  df7_dict[category] = []
 
1225
 
1226
  voiceNames = ["No Voice","One Voice","Multi Voice"]
1227
  df7_dict = {
1228
+ "files": validNames,
1229
  }
1230
  for category in voiceNames:
1231
  df7_dict[category] = []