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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -219,14 +219,14 @@ def create_empty_daily_data():
219
  "habits": {habit: [False] * 7 for habit in current_habits},
220
  "focus": {
221
  "priorities": [
222
- ["Set Up Onboarding", "In Progress"],
223
- ["Finish Plotnaut", "Not Started"],
224
- ["Be.Ta Labs social media posts", "Not Started"]
225
  ],
226
  "later": [
227
- ["Text to vid nature documentary", "Not Started"],
228
- ["Quick AI vids", "Not Started"],
229
- ["PEER (MoE LoRa experiment)", "Not Started"]
230
  ],
231
  "priority_reward": "",
232
  "later_reward": ""
 
219
  "habits": {habit: [False] * 7 for habit in current_habits},
220
  "focus": {
221
  "priorities": [
222
+ [],
223
+ [],
224
+ []
225
  ],
226
  "later": [
227
+ [],
228
+ [],
229
+ []
230
  ],
231
  "priority_reward": "",
232
  "later_reward": ""