Zeel commited on
Commit
f9b3adf
·
verified ·
1 Parent(s): fa600c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ import uuid
275
  except Exception as e:
276
  error = e
277
  if code is not None:
278
- answer = f"!!!Faced an error while working on your query. Please try again!!!"
279
 
280
  if type(answer) != str:
281
  answer = f"!!!Faced an error while working on your query. Please try again!!!"
 
275
  except Exception as e:
276
  error = e
277
  if code is not None:
278
+ answer = f"Error executing the code...\n\n{e}"
279
 
280
  if type(answer) != str:
281
  answer = f"!!!Faced an error while working on your query. Please try again!!!"