MilanM commited on
Commit
60a5571
·
verified ·
1 Parent(s): cf4132a

Update src/helper_functions.py

Browse files
Files changed (1) hide show
  1. src/helper_functions.py +1 -1
src/helper_functions.py CHANGED
@@ -42,7 +42,7 @@ def create_pdf_from_chat(chat_history):
42
  )
43
  flowables.append(
44
  Paragraph(
45
- f"Chat History - Generated on {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}",
46
  title_style,
47
  )
48
  )
 
42
  )
43
  flowables.append(
44
  Paragraph(
45
+ f"Jimmy Chat History - {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}",
46
  title_style,
47
  )
48
  )