Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,15 +39,15 @@ import tqdm
|
|
39 |
|
40 |
import scipy as sp
|
41 |
|
42 |
-
from compress_pickle import dump, load
|
43 |
|
44 |
from scipy.stats import beta
|
45 |
|
46 |
# Commented out IPython magic to ensure Python compatibility.
|
47 |
# %%capture
|
48 |
# !pip install git+https://github.com/MNoichl/opinionated.git#egg=opinionated
|
49 |
-
|
50 |
-
|
51 |
|
52 |
experiences = {
|
53 |
'dissident_experiences': [1,0,0],
|
|
|
39 |
|
40 |
import scipy as sp
|
41 |
|
42 |
+
# from compress_pickle import dump, load
|
43 |
|
44 |
from scipy.stats import beta
|
45 |
|
46 |
# Commented out IPython magic to ensure Python compatibility.
|
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],
|