Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 315 |
-
action_map = load_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 |
|