cyberosa commited on
Commit
e0d5f7e
·
1 Parent(s): 948392b

activating DAA plot

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -630,14 +630,14 @@ with demo:
630
  active_traders_plot_qs = plot_active_traders(
631
  active_traders, market_creator="quickstart"
632
  )
633
- # with gr.Row():
634
- # gr.Markdown(" # Daily active agents")
635
- # with gr.Row():
636
- # gr.Markdown("## Daily active agents by market categories")
637
- # with gr.Row():
638
- # rolling_avg_plot = plot_rolling_average(
639
- # active_traders, market_creator="all"
640
- # )
641
 
642
  with gr.TabItem("📉 Markets Kullback–Leibler divergence"):
643
  with gr.Row():
 
630
  active_traders_plot_qs = plot_active_traders(
631
  active_traders, market_creator="quickstart"
632
  )
633
+ with gr.Row():
634
+ gr.Markdown(" # Daily active agents")
635
+ with gr.Row():
636
+ gr.Markdown("## Daily active agents by market categories")
637
+ with gr.Row():
638
+ rolling_avg_plot = plot_rolling_average(
639
+ active_traders, market_creator="all"
640
+ )
641
 
642
  with gr.TabItem("📉 Markets Kullback–Leibler divergence"):
643
  with gr.Row():