Spaces:
Running
Running
Commit
·
40758cf
1
Parent(s):
630784c
Allow logos to be shown
Browse files
app.py
CHANGED
@@ -366,4 +366,4 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Default(primary_hue=c
|
|
366 |
""")
|
367 |
|
368 |
|
369 |
-
app.launch(allowed_paths=["logo.png"])
|
|
|
366 |
""")
|
367 |
|
368 |
|
369 |
+
app.launch(allowed_paths=["logo.png", "hpai_logo_grad.png", "bsc-logo.png"])
|