Update pages/goals.py
Browse files- pages/goals.py +2 -1
pages/goals.py
CHANGED
|
@@ -499,7 +499,8 @@ def create_goals_page(state: Dict[str, Any]) -> None:
|
|
| 499 |
# - Reflection and journaling
|
| 500 |
# - Achievement system
|
| 501 |
# - Analytics and insights
|
| 502 |
-
|
|
|
|
| 503 |
"<div class='habit-calendar-placeholder'>Select a habit to view calendar</div>"
|
| 504 |
)
|
| 505 |
|
|
|
|
| 499 |
# - Reflection and journaling
|
| 500 |
# - Achievement system
|
| 501 |
# - Analytics and insights
|
| 502 |
+
habit_calendar = gr.HTML(
|
| 503 |
+
|
| 504 |
"<div class='habit-calendar-placeholder'>Select a habit to view calendar</div>"
|
| 505 |
)
|
| 506 |
|