Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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"
|