RobPruzan commited on
Commit
cfca459
1 Parent(s): a0ca203

removing background color parameter

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -369,7 +369,6 @@ def sliding_window(text):
369
  ax.grid(False)
370
  plt.xlabel('Word Number', fontweight='bold')
371
  plt.ylabel('Difficulty Score', fontweight='bold')
372
- fig.patch.set_facecolor('white')
373
  plt.suptitle('Difficulty Score Across Text', fontsize=14, fontweight='bold')
374
  plt.style.use('ggplot')
375
 
 
369
  ax.grid(False)
370
  plt.xlabel('Word Number', fontweight='bold')
371
  plt.ylabel('Difficulty Score', fontweight='bold')
 
372
  plt.suptitle('Difficulty Score Across Text', fontsize=14, fontweight='bold')
373
  plt.style.use('ggplot')
374