Update config.py
Browse files
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 = "
|
| 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.**"
|