abhi1nandy2 commited on
Commit
2eca6f3
1 Parent(s): f5e2959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def respond(
64
 
65
  except Exception as e:
66
  print(f"An error occurred: {e}")
67
- return "An error occurred while processing the response."
68
 
69
 
70
 
 
64
 
65
  except Exception as e:
66
  print(f"An error occurred: {e}")
67
+ return str(e) #"An error occurred while processing the response."
68
 
69
 
70