Spaces:
Sleeping
Sleeping
arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks(css=css) as demo:
|
|
182 |
answer32 = gr.Radio(choices=options[31], label=questions[31])
|
183 |
|
184 |
|
185 |
-
submit_btn = gr.Button("제출")
|
186 |
score_output = gr.Number(label="총점")
|
187 |
grade_output = gr.Text(label="등급")
|
188 |
definition_output = gr.Textbox(label="등급 정의")
|
|
|
182 |
answer32 = gr.Radio(choices=options[31], label=questions[31])
|
183 |
|
184 |
|
185 |
+
submit_btn = gr.Button("기본 정보 및 각 탭(1단계부터 최종단계까지)별 입력 완료후 최종 제출 버튼 클릭")
|
186 |
score_output = gr.Number(label="총점")
|
187 |
grade_output = gr.Text(label="등급")
|
188 |
definition_output = gr.Textbox(label="등급 정의")
|