jchoo commited on
Commit
e899595
·
verified ·
1 Parent(s): 56245b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 'freeriding': update_plots_freeriding,
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