chrsrh11 commited on
Commit
9c1238c
1 Parent(s): faebf08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def start_quiz(name):
119
 
120
  # Create the Gradio interface
121
  with gr.Blocks() as iface:
122
- gr.Markdown("# Listening Cloze Test (총문항수 7개)")
123
  gr.Markdown("**신호음이 들리는 빈칸에 들어갈 동사의 형태를 써보세요. (문장 전체를 쓰지 않습니다.)**")
124
  name_input = gr.Textbox(label="Enter your name")
125
  start_button = gr.Button("Start Quiz")
 
119
 
120
  # Create the Gradio interface
121
  with gr.Blocks() as iface:
122
+ gr.Markdown("# Listening Cloze Test")
123
  gr.Markdown("**신호음이 들리는 빈칸에 들어갈 동사의 형태를 써보세요. (문장 전체를 쓰지 않습니다.)**")
124
  name_input = gr.Textbox(label="Enter your name")
125
  start_button = gr.Button("Start Quiz")