HemanM commited on
Commit
3e1b974
Β·
verified Β·
1 Parent(s): 2ffd2c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(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")