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