Skip to content

Commit 7c471f3

Browse files
committed
refactor: Migrate to Gradio 5
1 parent 79f6438 commit 7c471f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ui/chart_ui.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ def launch_ui(self):
3333
# css=custom_css,
3434
) as chart_gen:
3535
gr.Image(
36-
"./images/logo.svg",
36+
"./images/logo.png",
3737
height=80,
3838
width=400,
3939
interactive=False,
4040
container=False,
4141
show_download_button=False,
42+
show_fullscreen_button=False,
4243
)
4344

4445
gr.Interface(

0 commit comments

Comments
 (0)