amitagh commited on
Commit
f3d110b
·
verified ·
1 Parent(s): afc9179
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -75,11 +75,11 @@ def clear_quiz():
75
  return [[], ""] + [gr.update(visible=False, value=None) for _ in range(MAX_ANS_COMP)] + [""]
76
 
77
  with gr.Blocks() as app:
 
78
  with gr.Row():
79
- gr.Markdown("# QuizWhiz: Your Quiz Master")
80
- gr.Markdown("Welcome to the ultimate trivia challenge! Whether you're a curious kid or a lifelong learner, this app is designed to test your knowledge and keep your mind sharp.")
81
- gr.Markdown("Select Kid school grade and number of questions to generate. Choose Any as grade for above 8th Grade or Adults.")
82
- gr.Markdown("Press Generate to generate quiz questions. Press Submit once you are done answering. Press Clear to clear the questions.")
83
  gr.Image(value = Image.open("einstien.webp"), interactive = False, width=150, height=150)
84
  with gr.Row():
85
  grade = gr.Dropdown(choices=[5, 6, 7, 8, "Any"], label="Grade", value=6)
 
75
  return [[], ""] + [gr.update(visible=False, value=None) for _ in range(MAX_ANS_COMP)] + [""]
76
 
77
  with gr.Blocks() as app:
78
+ gr.Markdown("# QuizWhiz: Your Quiz Master")
79
  with gr.Row():
80
+ gr.Markdown("Welcome to the ultimate trivia challenge! Whether you're a curious kid or a lifelong learner, this app is designed to test your knowledge and keep your mind sharp."
81
+ "Select Kid school grade and number of questions to generate. Choose Any as grade for above 8th Grade or Adults."
82
+ "Press Generate to generate quiz questions. Press Submit once you are done answering. Press Clear to clear the questions.")
 
83
  gr.Image(value = Image.open("einstien.webp"), interactive = False, width=150, height=150)
84
  with gr.Row():
85
  grade = gr.Dropdown(choices=[5, 6, 7, 8, "Any"], label="Grade", value=6)