Spaces:
Paused
Paused
Update app.py
Browse files
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
|
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,
|