Javierss commited on
Commit
0a57681
·
1 Parent(s): b4979cc

Fix condition

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ logo_win_path = "config/images/logo_win.gif"
71
  condition_config_path = "config/condition.json"
72
  data_path = "data/plays"
73
 
74
- condition_name = "condition_2"
75
  # Dynamically determine the condition name based on the folder name
76
  # folder_name = os.path.basename(os.path.dirname(os.path.abspath(__file__)))
77
  # condition = folder_name.split("_")[-1][-1]
 
71
  condition_config_path = "config/condition.json"
72
  data_path = "data/plays"
73
 
74
+ condition_name = "condition_3"
75
  # Dynamically determine the condition name based on the folder name
76
  # folder_name = os.path.basename(os.path.dirname(os.path.abspath(__file__)))
77
  # condition = folder_name.split("_")[-1][-1]