leemeng commited on
Commit
b4ba75b
·
1 Parent(s): 763a991

chore: update ui

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -212,8 +212,9 @@ with gr.Blocks() as gr_interface:
212
  )
213
  with gr.Box():
214
  with gr.Row():
 
215
  btn_submit = gr.Button(value="実行", variant="primary")
216
- btn_stop = gr.Button(value="中止", variant="stop")
217
 
218
  # model output block
219
  with gr.Box():
@@ -232,7 +233,7 @@ with gr.Blocks() as gr_interface:
232
  rating_options = [
233
  "最悪",
234
  "不合格",
235
- "どちらともいえない",
236
  "合格",
237
  "最高",
238
  ]
 
212
  )
213
  with gr.Box():
214
  with gr.Row():
215
+ btn_stop = gr.Button(value="キャンセル", variant="secondary")
216
  btn_submit = gr.Button(value="実行", variant="primary")
217
+
218
 
219
  # model output block
220
  with gr.Box():
 
233
  rating_options = [
234
  "最悪",
235
  "不合格",
236
+ "どちらでもない",
237
  "合格",
238
  "最高",
239
  ]