amitagh commited on
Commit
a09645d
·
verified ·
1 Parent(s): 51bf808
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -77,11 +77,15 @@ def clear_quiz():
77
  with gr.Blocks() as app:
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 ="banner.jpg", interactive = False, width=375, height=150, show_download_button=False, show_label=False, show_share_button=False)
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.")
87
  #gr.Markdown("Press Generate to generate quiz questions. Press Submit once you are done answering. Press Clear to clear the questions.")
 
77
  with gr.Blocks() as app:
78
 
79
  with gr.Row():
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.")
87
  #gr.Markdown("* Press Generate to generate quiz questions. Press Submit once you are done answering. Press Clear to clear the questions.")
88
+ #gr.Image(value ="banner.jpg", interactive = False, width=375, height=150, show_download_button=False, show_label=False, show_share_button=False)
89
  #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.")
90
  #gr.Markdown("Select Kid school grade and number of questions to generate. Choose Any as grade for above 8th Grade or Adults.")
91
  #gr.Markdown("Press Generate to generate quiz questions. Press Submit once you are done answering. Press Clear to clear the questions.")