Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def execute_jupyter_agent(
|
|
80 |
):
|
81 |
message_history = messages
|
82 |
|
83 |
-
yield notebook_html, message_history,
|
84 |
|
85 |
with open(save_dir, 'w', encoding='utf-8') as f:
|
86 |
json.dump(notebook_data, f, indent=2)
|
|
|
80 |
):
|
81 |
message_history = messages
|
82 |
|
83 |
+
yield notebook_html, message_history, TMP_DIR+"jupyter-agent.ipynb"
|
84 |
|
85 |
with open(save_dir, 'w', encoding='utf-8') as f:
|
86 |
json.dump(notebook_data, f, indent=2)
|