Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -352,7 +352,7 @@ def handle_smart_schedule(user_id, prompt):
|
|
| 352 |
html += (
|
| 353 |
f'<div class="sched-card" style="border-left-color:{c};margin-bottom:6px">'
|
| 354 |
f'<div class="sched-title">{a.get("title","")}</div>'
|
| 355 |
-
f'<div class="sched-meta">{task.get("life_area","\u2014")} \u00b7 {sm} \u00b7 {task.get("time_estimate","?")}min{deadline_str}</div>'
|
| 356 |
f'<div class="sched-why">\U0001f4a1 {a.get("reasoning","")}</div>'
|
| 357 |
f'</div>'
|
| 358 |
)
|
|
|
|
| 352 |
html += (
|
| 353 |
f'<div class="sched-card" style="border-left-color:{c};margin-bottom:6px">'
|
| 354 |
f'<div class="sched-title">{a.get("title","")}</div>'
|
| 355 |
+
f'<div class="sched-meta">{task.get("life_area","\\u2014")} \\u00b7 {sm} \\u00b7 {task.get("time_estimate","?")}min{deadline_str}</div>'
|
| 356 |
f'<div class="sched-why">\U0001f4a1 {a.get("reasoning","")}</div>'
|
| 357 |
f'</div>'
|
| 358 |
)
|