Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -811,7 +811,7 @@ update_functions = {
|
|
811 |
'spite': update_plots_spite,
|
812 |
'trust': update_plots_trust,
|
813 |
'reciprocity': update_plots_reciprocity,
|
814 |
-
'
|
815 |
'cooperation': update_plots_cooperation
|
816 |
}
|
817 |
|
|
|
811 |
'spite': update_plots_spite,
|
812 |
'trust': update_plots_trust,
|
813 |
'reciprocity': update_plots_reciprocity,
|
814 |
+
'free-riding': update_plots_freeriding,
|
815 |
'cooperation': update_plots_cooperation
|
816 |
}
|
817 |
|