rosacastillo commited on
Commit
c6ff818
·
1 Parent(s): 96216c5
Files changed (1) hide show
  1. tabs/invalid_markets.py +1 -1
tabs/invalid_markets.py CHANGED
@@ -31,7 +31,7 @@ def plot_daily_nr_invalid_markets(invalid_trades: pd.DataFrame):
31
  return gr.LinePlot(
32
  value=daily_invalid_markets,
33
  x="creation_date",
34
- y="count",
35
  y_title="nr_markets",
36
  interactive=True,
37
  show_actions_button=True,
 
31
  return gr.LinePlot(
32
  value=daily_invalid_markets,
33
  x="creation_date",
34
+ y="trades_count",
35
  y_title="nr_markets",
36
  interactive=True,
37
  show_actions_button=True,