Spaces:
Runtime error
Runtime error
Commit ·
0c8509c
1
Parent(s): 560d6eb
fix path
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def init_leaderboard(dataframe):
|
|
| 90 |
|
| 91 |
|
| 92 |
# Display image using Markdown
|
| 93 |
-
banner = "" # adjust path if needed
|
| 94 |
|
| 95 |
demo = gr.Blocks(css=custom_css)
|
| 96 |
with demo:
|
|
|
|
| 90 |
|
| 91 |
|
| 92 |
# Display image using Markdown
|
| 93 |
+
banner = "" # adjust path if needed
|
| 94 |
|
| 95 |
demo = gr.Blocks(css=custom_css)
|
| 96 |
with demo:
|