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