lvwerra HF staff commited on
Commit
3691388
1 Parent(s): 0eab080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def execute_jupyter_agent(
80
  ):
81
  message_history = messages
82
 
83
- yield notebook_html, message_history, None
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)