Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ MAX_CONTEXT_LENGTH = 512 # Maximum context length for the LLM
|
|
| 26 |
|
| 27 |
# Sample Queries
|
| 28 |
SAMPLE_QUERIES = [
|
| 29 |
-
"
|
| 30 |
"How did Google's research and development expenses change between 2023 and 2024?",
|
| 31 |
"What is the capital of France?",
|
| 32 |
]
|
|
|
|
| 26 |
|
| 27 |
# Sample Queries
|
| 28 |
SAMPLE_QUERIES = [
|
| 29 |
+
"What was Google's total revenue in 2023?",
|
| 30 |
"How did Google's research and development expenses change between 2023 and 2024?",
|
| 31 |
"What is the capital of France?",
|
| 32 |
]
|