Spaces:
Sleeping
Sleeping
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")
|