keefereuther commited on
Commit
54adf26
·
verified ·
1 Parent(s): 66a2562

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -27,7 +27,7 @@ presence_penalty = 0.4
27
 
28
  # Below is the name for your default csv terms file. You can change this to any csv file you want to use as your default terms file. It must be in the same folder as the main app.py file.
29
 
30
- default_terms_csv = "week4_running.csv"
31
 
32
  ############################################################################################################
33
 
 
27
 
28
  # Below is the name for your default csv terms file. You can change this to any csv file you want to use as your default terms file. It must be in the same folder as the main app.py file.
29
 
30
+ default_terms_csv = "week5_running.csv"
31
 
32
  ############################################################################################################
33