Severian commited on
Commit
378e4c4
·
verified ·
1 Parent(s): 38d2c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -17
app.py CHANGED
@@ -347,26 +347,10 @@ def get_default_habits():
347
  """Get the default habits list if no custom list exists"""
348
  return [
349
  # Morning Routine (Essential)
350
- "Wake up & Mindfulness (30min)",
351
- "Morning Exercise/Yoga",
352
- "Meditation (20min)",
353
- "Brain Training GPT (20min)",
354
- "Walk with Nala",
355
 
356
  # After Work Activities
357
- "Evening Stretch (20min)",
358
- "Massage (20min)",
359
- "Active Learning (20min)",
360
- "Journal",
361
- "Guitar Practice",
362
 
363
  # Flexible Throughout Day
364
- "Reading (20min)",
365
- "Exercise KB",
366
- "Body Tapping",
367
- "Take a photo",
368
- "Bike Ride",
369
- "Future Planning"
370
  ]
371
 
372
  def load_habits():
@@ -409,7 +393,7 @@ def save_habits(habits_list):
409
 
410
  # Remove redundant constants
411
  DEFAULT_SELF_CARE_ITEMS = [
412
- "Nala", "Yoga (AM)", "Vitamins", "Outside",
413
  "Stretch (PM)", "Reading", "Learning", "Journal",
414
  "Tapping", "Meditate", "Brain Train"
415
  ]
 
347
  """Get the default habits list if no custom list exists"""
348
  return [
349
  # Morning Routine (Essential)
 
 
 
 
 
350
 
351
  # After Work Activities
 
 
 
 
 
352
 
353
  # Flexible Throughout Day
 
 
 
 
 
 
354
  ]
355
 
356
  def load_habits():
 
393
 
394
  # Remove redundant constants
395
  DEFAULT_SELF_CARE_ITEMS = [
396
+ "Yoga (AM)", "Vitamins", "Outside",
397
  "Stretch (PM)", "Reading", "Learning", "Journal",
398
  "Tapping", "Meditate", "Brain Train"
399
  ]