Shreyas094 commited on
Commit
8e9b65b
·
verified ·
1 Parent(s): a491b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -469,7 +469,7 @@ def ask_question(question, temperature, top_p, repetition_penalty, web_search, c
469
 
470
  return answer
471
 
472
- else: # PDF document chat
473
  for attempt in range(max_attempts):
474
  try:
475
  if database is None:
 
469
 
470
  return answer
471
 
472
+ else: # PDF document chat
473
  for attempt in range(max_attempts):
474
  try:
475
  if database is None: