amitagh commited on
Commit
2d58523
·
verified ·
1 Parent(s): a09645d

chg 500X200

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="375" height="150">""")
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.")