IlyasMoutawwakil HF staff commited on
Commit
4b57226
β€’
1 Parent(s): d6c79a8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def get_bar_chart(model_type: str, top_n: int = 10):
54
  subset.fillna(0, inplace=True)
55
  fig = bcr.bar_chart_race(
56
  subset,
57
- n_bars=10,
58
  fixed_max=True,
59
  period_length=1000,
60
  steps_per_period=20,
 
54
  subset.fillna(0, inplace=True)
55
  fig = bcr.bar_chart_race(
56
  subset,
57
+ n_bars=top_n,
58
  fixed_max=True,
59
  period_length=1000,
60
  steps_per_period=20,