Sayandip commited on
Commit
bd4bfed
·
verified ·
1 Parent(s): 6b4bf71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "conversation_clean.pdf"
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 = []