cyberosa
commited on
Commit
·
afff929
1
Parent(s):
9f9cf5f
renaming the new graph
Browse files
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
|
634 |
with gr.Row():
|
635 |
-
gr.Markdown("## Daily active
|
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"
|