Spaces:
Sleeping
Sleeping
Update src/helper_functions.py
Browse files- 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 -
|
| 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 |
)
|