Upload app.py
Browse files
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
|