RobPruzan commited on
Commit
fae80ea
1 Parent(s): 04d33ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -423,7 +423,7 @@ def sliding_window(text):
423
 
424
  x = list(range(len(inter_scores)))
425
  y = inter_scores
426
-
427
  fig, ax = plt.subplots()
428
 
429
  ax.plot(x, y, color='orange', linewidth=2)
423
 
424
  x = list(range(len(inter_scores)))
425
  y = inter_scores
426
+ range_chart = [min(y),max(y)]
427
  fig, ax = plt.subplots()
428
 
429
  ax.plot(x, y, color='orange', linewidth=2)