Skip to content

Commit

Permalink
added jpg (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonqi146 authored Apr 24, 2024
1 parent 0adb6ea commit 79cc507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def navigation_bar():
# with gr.Row():
# navigation_bar()
gr.Image(
"images/banner.png", elem_id="banner-image", show_label=False
"images/banner.jpg", elem_id="banner-image", show_label=False
)
gr.Markdown(HEADER_MD, elem_classes="markdown-text")
with gr.Tabs(elem_classes="tab-buttons") as tabs:
Expand Down
Binary file added images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79cc507

Please sign in to comment.