md change
Browse files
app.py
CHANGED
@@ -78,9 +78,9 @@ with gr.Blocks() as app:
|
|
78 |
|
79 |
with gr.Row():
|
80 |
gr.Markdown("# QuizWhiz: Your Quiz Master"
|
81 |
-
"*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."
|
82 |
-
"*Select Kid school grade and number of questions to generate. Choose Any as grade for above 8th Grade or Adults."
|
83 |
-
"*Press Generate to generate quiz questions. Press Submit once you are done answering. Press Clear to clear the questions.")
|
84 |
gr.Image(value = Image.open("einstien.webp"), interactive = False, width=150, height=150)
|
85 |
#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.")
|
86 |
#gr.Markdown("Select Kid school grade and number of questions to generate. Choose Any as grade for above 8th Grade or Adults.")
|
|
|
78 |
|
79 |
with gr.Row():
|
80 |
gr.Markdown("# QuizWhiz: Your Quiz Master"
|
81 |
+
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."
|
82 |
+
gr.Markdown("* Select Kid school grade and number of questions to generate. Choose Any as grade for above 8th Grade or Adults."
|
83 |
+
gr.Markdown("* Press Generate to generate quiz questions. Press Submit once you are done answering. Press Clear to clear the questions.")
|
84 |
gr.Image(value = Image.open("einstien.webp"), interactive = False, width=150, height=150)
|
85 |
#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.")
|
86 |
#gr.Markdown("Select Kid school grade and number of questions to generate. Choose Any as grade for above 8th Grade or Adults.")
|