m7n commited on
Commit
68ac48d
1 Parent(s): b930d1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -52,9 +52,9 @@ import opinionated
52
  import matplotlib.pyplot as plt
53
 
54
  plt.style.use("opinionated_rc")
55
- from opinionated.core import download_googlefont
56
- download_googlefont('Quicksand', add_to_cache=True)
57
- plt.rc('font', family='Quicksand')
58
 
59
  experiences = {
60
  'dissident_experiences': [1,0,0],
 
52
  import matplotlib.pyplot as plt
53
 
54
  plt.style.use("opinionated_rc")
55
+ #from opinionated.core import download_googlefont
56
+ #download_googlefont('Quicksand', add_to_cache=True)
57
+ #plt.rc('font', family='Quicksand')
58
 
59
  experiences = {
60
  'dissident_experiences': [1,0,0],