Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(title="EvoTransformer v2.1 β Compare Options and Learn") as dem
|
|
68 |
with gr.Row():
|
69 |
gr.Markdown("### π Dashboard")
|
70 |
dashboard_plot = gr.Plot()
|
71 |
-
update_dashboard_plot(
|
72 |
|
73 |
with gr.Row():
|
74 |
retrain_button = gr.Button("β»οΈ Retrain Evo")
|
|
|
68 |
with gr.Row():
|
69 |
gr.Markdown("### π Dashboard")
|
70 |
dashboard_plot = gr.Plot()
|
71 |
+
dashboard_plot = update_dashboard_plot()
|
72 |
|
73 |
with gr.Row():
|
74 |
retrain_button = gr.Button("β»οΈ Retrain Evo")
|