gosign commited on
Commit
acb2de2
·
verified ·
1 Parent(s): 5497d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -120,6 +120,7 @@ def analyze():
120
 
121
 
122
  except Exception as e:
 
123
  return jsonify({"error": str(e)}), 500
124
 
125
 
 
120
 
121
 
122
  except Exception as e:
123
+ print("Error": str(e))
124
  return jsonify({"error": str(e)}), 500
125
 
126