Rooni commited on
Commit
aaeaccf
1 Parent(s): d0b8c85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(css=css, theme='YTheme/TehnoX') as vui:
24
  for i, correct_answer in enumerate(correct_answers, start=1):
25
  with gr.Row():
26
  with gr.Column():
27
- question = gr.Radio(label=f"Вопрос {i}", choices=["А", "Б", "В"])
28
  question_blocks.append(question)
29
 
30
  text_button = gr.Button("Проверить", variant='primary')
 
24
  for i, correct_answer in enumerate(correct_answers, start=1):
25
  with gr.Row():
26
  with gr.Column():
27
+ question = gr.Radio(label=f"Вопрос {i}", info="Решите", choices=["А", "Б", "В"])
28
  question_blocks.append(question)
29
 
30
  text_button = gr.Button("Проверить", variant='primary')