Spaces:
Running
Running
[email protected]
commited on
Commit
·
a5e30a7
1
Parent(s):
0cbc3d8
update
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with demo:
|
|
161 |
with gr.Row():
|
162 |
perf_plot = gr.components.Plot(
|
163 |
# value=init_perf_plot(LEADERBOARD_DF),
|
164 |
-
value=init_asset_plot(ASSET_LEADERBOARD_DF)
|
165 |
elem_id="bs1-plot",
|
166 |
show_label=False,
|
167 |
)
|
|
|
161 |
with gr.Row():
|
162 |
perf_plot = gr.components.Plot(
|
163 |
# value=init_perf_plot(LEADERBOARD_DF),
|
164 |
+
value=init_asset_plot(ASSET_LEADERBOARD_DF),
|
165 |
elem_id="bs1-plot",
|
166 |
show_label=False,
|
167 |
)
|