Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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)
|