Spaces:
Runtime error
Runtime error
Upload btn_com.py
Browse files- mods/btn_com.py +1 -1
mods/btn_com.py
CHANGED
@@ -89,7 +89,7 @@ def init(cfg):
|
|
89 |
|
90 |
cfg['btn_com'] = btn_com
|
91 |
|
92 |
-
btn_start_or_finish_outputs = [cfg['btn_submit'], cfg['btn_vo'],
|
93 |
cfg['btn_suggest'], cfg['btn_retry'],
|
94 |
cfg['btn_submit_vo_suggest'],
|
95 |
cfg['btn_status_bar']]
|
|
|
89 |
|
90 |
cfg['btn_com'] = btn_com
|
91 |
|
92 |
+
btn_start_or_finish_outputs = [cfg['btn_submit'], cfg['btn_vo'], cfg['btn_rag'],
|
93 |
cfg['btn_suggest'], cfg['btn_retry'],
|
94 |
cfg['btn_submit_vo_suggest'],
|
95 |
cfg['btn_status_bar']]
|