tengqf commited on
Commit
c0c415c
1 Parent(s): dfe4fe6

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- path_wkhtmltopdf = '/usr/local/bin/wkhtmltopdf' # This may vary depending on your system
30
- config = pdfkit.configuration(wkhtmltopdf=path_wkhtmltopdf)
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