Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ client = OpenAI(
|
|
| 17 |
|
| 18 |
# Define constants for pagination
|
| 19 |
RESULTS_PER_PAGE = 10
|
| 20 |
-
TOTAL_RESULTS =
|
| 21 |
|
| 22 |
def fetch_search_results(query):
|
| 23 |
"""Fetch search results from the LLM without streaming."""
|
|
|
|
| 17 |
|
| 18 |
# Define constants for pagination
|
| 19 |
RESULTS_PER_PAGE = 10
|
| 20 |
+
TOTAL_RESULTS = 40 # Generate 30 results to allow pagination
|
| 21 |
|
| 22 |
def fetch_search_results(query):
|
| 23 |
"""Fetch search results from the LLM without streaming."""
|