Spaces:
Build error
Build error
chore: change question
Browse files- utils_demo.py +1 -1
utils_demo.py
CHANGED
|
@@ -44,7 +44,7 @@ PROMPT_PATH = DATA_PATH / "chatgpt_prompt.txt"
|
|
| 44 |
|
| 45 |
# List of example queries for easy access
|
| 46 |
DEFAULT_QUERIES = {
|
| 47 |
-
"Example Query 1": "Who visited microsoft.com
|
| 48 |
"Example Query 2": "Does Kate have a driving licence?",
|
| 49 |
"Example Query 3": "What's David Johnson's phone number?",
|
| 50 |
}
|
|
|
|
| 44 |
|
| 45 |
# List of example queries for easy access
|
| 46 |
DEFAULT_QUERIES = {
|
| 47 |
+
"Example Query 1": "Who visited microsoft.com?",
|
| 48 |
"Example Query 2": "Does Kate have a driving licence?",
|
| 49 |
"Example Query 3": "What's David Johnson's phone number?",
|
| 50 |
}
|