qqwjq1981 commited on
Commit
6506848
·
verified ·
1 Parent(s): 1b84c33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,7 +1,6 @@
1
  #!/usr/bin/env python
2
  # coding: utf-8
3
 
4
- # In[1]:
5
 
6
  # In[2]:
7
 
@@ -311,9 +310,8 @@ def add_to_evernote(task_topic):
311
 
312
 
313
  # Access the API keys and other configuration data
314
- TASK_WORKFLOW_TREE = load_reasoning_json(data.get('curify_ideas').get('reasoning_path'))
315
- action_map = load_action_map(data.get('curify_ideas').get('action_map'))
316
-
317
 
318
  # In[9]:
319
 
 
1
  #!/usr/bin/env python
2
  # coding: utf-8
3
 
 
4
 
5
  # In[2]:
6
 
 
310
 
311
 
312
  # Access the API keys and other configuration data
313
+ TASK_WORKFLOW_TREE = load_reasoning_json('curify_ideas_reasoning.json')
314
+ action_map = load_action_map('action_map.json')
 
315
 
316
  # In[9]:
317