谢璐璟 commited on
Commit
7d472a0
1 Parent(s): 57f355c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ with gr.Blocks() as demo:
315
  option2_input = gr.Textbox(label="选项B")
316
  with gr.Row():
317
  option3_input = gr.Textbox(label="选项C")
318
- option4_input = gr.Textbox(label="选项D(可以输入也可以不输入))")
319
  with gr.Row():
320
  answer_input = gr.Textbox(label="正确答案(A/B/C/D)")
321
  with gr.Row():
 
315
  option2_input = gr.Textbox(label="选项B")
316
  with gr.Row():
317
  option3_input = gr.Textbox(label="选项C")
318
+ option4_input = gr.Textbox(label="选项D(可以输入也可以不输入)")
319
  with gr.Row():
320
  answer_input = gr.Textbox(label="正确答案(A/B/C/D)")
321
  with gr.Row():