codelion commited on
Commit
34f641e
·
verified ·
1 Parent(s): 6c7c446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ client = OpenAI(
17
 
18
  # Define constants for pagination
19
  RESULTS_PER_PAGE = 10
20
- TOTAL_RESULTS = 30 # Generate 30 results to allow pagination
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."""