tengqf commited on
Commit
870745a
1 Parent(s): 7f1f944

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ from langchain.output_parsers import CommaSeparatedListOutputParser
23
  from pydantic import BaseModel, Field, validator
24
  from typing import List
25
  from langchain.text_splitter import CharacterTextSplitter,RecursiveCharacterTextSplitter
 
 
26
 
27
  output_parser = CommaSeparatedListOutputParser()
28
  # Set the path to wkhtmltopdf executable file
 
23
  from pydantic import BaseModel, Field, validator
24
  from typing import List
25
  from langchain.text_splitter import CharacterTextSplitter,RecursiveCharacterTextSplitter
26
+ sudo apt-get install wkhtmltopdf
27
+
28
 
29
  output_parser = CommaSeparatedListOutputParser()
30
  # Set the path to wkhtmltopdf executable file