Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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],
|