Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ def process_image(image_file):
|
|
| 68 |
}
|
| 69 |
|
| 70 |
def export_conversation_to_pdf(conversation_history):
|
| 71 |
-
pdf_path = "
|
| 72 |
doc = SimpleDocTemplate(pdf_path, pagesize=A4)
|
| 73 |
styles = getSampleStyleSheet()
|
| 74 |
elements = []
|
|
|
|
| 68 |
}
|
| 69 |
|
| 70 |
def export_conversation_to_pdf(conversation_history):
|
| 71 |
+
pdf_path = "Conversation.pdf"
|
| 72 |
doc = SimpleDocTemplate(pdf_path, pagesize=A4)
|
| 73 |
styles = getSampleStyleSheet()
|
| 74 |
elements = []
|