Spaces:
Build error
Build error
Update config.py
Browse files
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 = "
|
| 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 |
|