keefereuther commited on
Commit
1b1366b
·
verified ·
1 Parent(s): d2f3add

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -28,7 +28,7 @@ app_title = "Schema Study"
28
  # The file containing your terms and their definitions
29
  # This must be a CSV file in the same folder as app.py
30
  # The CSV file should have two columns: first column for terms, second column for context
31
- default_terms_csv = "all_terms.csv"
32
 
33
  # Warning message shown at the bottom of the chat window
34
  warning_message = "**ChatGPT can make errors and does not replace verified and reputable online and classroom resources. Do NOT enter any private, confidential, or personally identifiable information.**"
 
28
  # The file containing your terms and their definitions
29
  # This must be a CSV file in the same folder as app.py
30
  # The CSV file should have two columns: first column for terms, second column for context
31
+ default_terms_csv = "terms.csv"
32
 
33
  # Warning message shown at the bottom of the chat window
34
  warning_message = "**ChatGPT can make errors and does not replace verified and reputable online and classroom resources. Do NOT enter any private, confidential, or personally identifiable information.**"