Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def save_report_as_pdf(role, supervisor_name, project_id, checklist, suggestions
|
|
86 |
pdf.multi_cell(0, 10, clean_text_for_pdf(line))
|
87 |
pdf.output(file_path)
|
88 |
|
89 |
-
return file_path,filename
|
90 |
|
91 |
def upload_pdf_to_salesforce_and_update_link(supervisor_name, project_id, pdf_path, pdf_name, checklist, suggestions):
|
92 |
try:
|
@@ -302,4 +302,4 @@ if __name__ == "__main__":
|
|
302 |
app = create_interface()
|
303 |
app.launch()
|
304 |
|
305 |
-
ChatGPT said:
|
|
|
86 |
pdf.multi_cell(0, 10, clean_text_for_pdf(line))
|
87 |
pdf.output(file_path)
|
88 |
|
89 |
+
return file_path, filename
|
90 |
|
91 |
def upload_pdf_to_salesforce_and_update_link(supervisor_name, project_id, pdf_path, pdf_name, checklist, suggestions):
|
92 |
try:
|
|
|
302 |
app = create_interface()
|
303 |
app.launch()
|
304 |
|
305 |
+
ChatGPT said:
|