cyberosa commited on
Commit
afff929
·
1 Parent(s): 9f9cf5f

renaming the new graph

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -630,9 +630,9 @@ with demo:
630
  active_traders, market_creator="quickstart"
631
  )
632
  with gr.Row():
633
- gr.Markdown(" # Daily active traders")
634
  with gr.Row():
635
- gr.Markdown("## Daily active traders by market categories")
636
  with gr.Row():
637
  rolling_avg_plot = plot_rolling_average(
638
  active_traders, market_creator="all"
 
630
  active_traders, market_creator="quickstart"
631
  )
632
  with gr.Row():
633
+ gr.Markdown(" # Daily active agents")
634
  with gr.Row():
635
+ gr.Markdown("## Daily active agents by market categories")
636
  with gr.Row():
637
  rolling_avg_plot = plot_rolling_average(
638
  active_traders, market_creator="all"