penut85420 commited on
Commit
2dfadc6
·
verified ·
1 Parent(s): b3d9050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ class KanaQuizApp:
96
  next_args = gr_args(self.next_char, next_inputs, next_outputs)
97
 
98
  select_outputs = [self.chk_kana, self.chk_seion, self.chk_dakuon]
99
- select_outputs = [self.chk_handakuon, self.chk_youon]
100
  select_all_args = gr_args(self.select_all, outputs=select_outputs)
101
 
102
  select_none_args = gr_args(self.select_none, outputs=select_outputs)
 
96
  next_args = gr_args(self.next_char, next_inputs, next_outputs)
97
 
98
  select_outputs = [self.chk_kana, self.chk_seion, self.chk_dakuon]
99
+ select_outputs += [self.chk_handakuon, self.chk_youon]
100
  select_all_args = gr_args(self.select_all, outputs=select_outputs)
101
 
102
  select_none_args = gr_args(self.select_none, outputs=select_outputs)