annalyzin commited on
Commit
767f651
1 Parent(s): e13a0c2

extend plot from top 100 to 150 words

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def plot_results(target_word, text):
74
 
75
  # Plot
76
  fig = px.bar(
77
- df[:100],
78
  x='word',
79
  y='score',
80
  color='target',
 
74
 
75
  # Plot
76
  fig = px.bar(
77
+ df[:150],
78
  x='word',
79
  y='score',
80
  color='target',