Toya0421 commited on
Commit
ad481a8
·
verified ·
1 Parent(s): ec41556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -930,7 +930,7 @@ with gr.Blocks(css=custom_css) as demo:
930
  student_id_input = gr.Textbox(label="Student ID")
931
 
932
  group_input = gr.Radio(
933
- choices=[("Group 1", "1"), ("Group 2", "2")], # ★表示問題回避のため文字列
934
  label="実験グループを選択",
935
  value="2",
936
  elem_id="group_radio"
 
930
  student_id_input = gr.Textbox(label="Student ID")
931
 
932
  group_input = gr.Radio(
933
+ choices=[("Group 1", "1"), ("Group 2", "2")],
934
  label="実験グループを選択",
935
  value="2",
936
  elem_id="group_radio"