Skip to content

Commit

Permalink
modify print msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Jan 16, 2024
1 parent dd490b7 commit 8ab302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/agentchat_auto_feedback_from_code_execution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"try:\n",
" Image(filename=\"coding/stock_price_ytd.png\")\n",
"except FileNotFoundError:\n",
" print(\"Image not found. Please run the code in the next cell.\")"
" print(\"Image not found. Please check the file name and modify if necessary.\")"
]
},
{
Expand Down

0 comments on commit 8ab302e

Please sign in to comment.