mrradix commited on
Commit
50a12b7
·
verified ·
1 Parent(s): 9bd0854

Update pages/goals.py

Browse files
Files changed (1) hide show
  1. 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
- habit_calendar = gr.HTML(
 
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