YchKhan commited on
Commit
8de8b76
Β·
1 Parent(s): 3219c03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ def ask_df(df, api_key, model, ui_session_id):
449
  with open(sources_file, 'w') as file:
450
  file.write(references)
451
  try:
452
- source = f"https://organizedprogrammers-pdfaiss-2-3-4.hf.space/file={sources_file}"
453
  except:
454
  source = "ERROR WHILE GETTING THE SOURCES FILE"
455
  query = f"## USER QUESTION:\n{question}\n\n## REFERENCES:\n{references}\n\nANSWER:\n\n"
 
449
  with open(sources_file, 'w') as file:
450
  file.write(references)
451
  try:
452
+ source = f"https://organizedprogrammers-docgpt-table.hf.space/file={sources_file}"
453
  except:
454
  source = "ERROR WHILE GETTING THE SOURCES FILE"
455
  query = f"## USER QUESTION:\n{question}\n\n## REFERENCES:\n{references}\n\nANSWER:\n\n"