Spaces:
Sleeping
Sleeping
Update presentation_api.py
Browse files- presentation_api.py +1 -1
presentation_api.py
CHANGED
@@ -52,7 +52,7 @@ prompt = ChatPromptTemplate.from_messages([
|
|
52 |
2. Then use create_slide tool for each slide in sequence
|
53 |
3. Guide the user through the presentation creation process
|
54 |
|
55 |
-
Today's date is {datetime.now().strftime('%Y-%m-%d')}"""),
|
56 |
("placeholder", "{messages}"),
|
57 |
])
|
58 |
|
|
|
52 |
2. Then use create_slide tool for each slide in sequence
|
53 |
3. Guide the user through the presentation creation process
|
54 |
|
55 |
+
Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
|
56 |
("placeholder", "{messages}"),
|
57 |
])
|
58 |
|