m7n commited on
Commit
33549cb
·
1 Parent(s): 95ef4d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -47,7 +47,12 @@ from scipy.stats import beta
47
  # %%capture
48
  # !pip install git+https://github.com/MNoichl/opinionated.git#egg=opinionated
49
  import opinionated
 
 
50
  plt.style.use("opinionated_rc")
 
 
 
51
 
52
  experiences = {
53
  'dissident_experiences': [1,0,0],
 
47
  # %%capture
48
  # !pip install git+https://github.com/MNoichl/opinionated.git#egg=opinionated
49
  import opinionated
50
+ import matplotlib.pyplot as plt
51
+
52
  plt.style.use("opinionated_rc")
53
+ from opinionated.core import download_googlefont
54
+ download_googlefont('Quicksand', add_to_cache=True)
55
+ plt.rc('font', family='Quicksand')
56
 
57
  experiences = {
58
  'dissident_experiences': [1,0,0],