Upload app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ from langchain.text_splitter import CharacterTextSplitter,RecursiveCharacterText
|
|
26 |
|
27 |
output_parser = CommaSeparatedListOutputParser()
|
28 |
# Set the path to wkhtmltopdf executable file
|
29 |
-
|
30 |
-
|
31 |
|
32 |
from datetime import datetime
|
33 |
|
|
|
26 |
|
27 |
output_parser = CommaSeparatedListOutputParser()
|
28 |
# Set the path to wkhtmltopdf executable file
|
29 |
+
config = pdfkit.configuration(wkhtmltopdf='/opt/bin/wkhtmltopdf')
|
30 |
+
|
31 |
|
32 |
from datetime import datetime
|
33 |
|