chg 500X200
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as app:
|
|
80 |
gr.set_static_paths(paths=["."])
|
81 |
image_path = "banner.jpg"
|
82 |
|
83 |
-
gr.HTML(f"""<img src="/file={image_path}" width="
|
84 |
#gr.Markdown("# QuizWhiz: Your Quiz Master")
|
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.")
|
|
|
80 |
gr.set_static_paths(paths=["."])
|
81 |
image_path = "banner.jpg"
|
82 |
|
83 |
+
gr.HTML(f"""<img src="/file={image_path}" width="500" height="200">""")
|
84 |
#gr.Markdown("# QuizWhiz: Your Quiz Master")
|
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.")
|