Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ download_googlefont('Quicksand', add_to_cache=True)
|
|
24 |
plt.rc('font', family='Quicksand')
|
25 |
|
26 |
|
27 |
-
|
28 |
|
29 |
def simulate_applicant_judging(num_applicants, num_judges, ratings_per_applicant, alpha, beta,
|
30 |
judge_error=1, judgment_coarse_graining=False):
|
|
|
24 |
plt.rc('font', family='Quicksand')
|
25 |
|
26 |
|
27 |
+
import colormaps as cmaps
|
28 |
|
29 |
def simulate_applicant_judging(num_applicants, num_judges, ratings_per_applicant, alpha, beta,
|
30 |
judge_error=1, judgment_coarse_graining=False):
|