suwesh commited on
Commit
42f3704
·
verified ·
1 Parent(s): 00303de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def process_input(input_str):
165
  output_obj = application(funs, args)
166
  return output_obj
167
  except Exception as e:
168
- retrun f"Error_ {e}"
169
 
170
  def respond(
171
  message,
 
165
  output_obj = application(funs, args)
166
  return output_obj
167
  except Exception as e:
168
+ retrun e
169
 
170
  def respond(
171
  message,