Spaces:
Sleeping
Sleeping
谢璐璟
commited on
Commit
•
799ae41
1
Parent(s):
088861c
app
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks() as demo:
|
|
317 |
option3_input = gr.Textbox(label="选项C")
|
318 |
option4_input = gr.Textbox(label="选项D")
|
319 |
with gr.Row():
|
320 |
-
answer_input = gr.Textbox(label="
|
321 |
with gr.Row():
|
322 |
answer_analysis_input = gr.Textbox(label="答案解析", lines=3)
|
323 |
generate_button = gr.Button("生成干扰项")
|
|
|
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():
|
322 |
answer_analysis_input = gr.Textbox(label="答案解析", lines=3)
|
323 |
generate_button = gr.Button("生成干扰项")
|