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