iShare commited on
Commit
b3cbfa5
·
1 Parent(s): 17aaefb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ def chat():
62
  return jsonify({'response': result})
63
  except Exception as e:
64
  #st.write("Wrong URL or URL not parsable.")
 
65
  err_msg="Wrong URL or URL not parsable."
66
  return jsonify({'response': err_msg})
67
 
 
62
  return jsonify({'response': result})
63
  except Exception as e:
64
  #st.write("Wrong URL or URL not parsable.")
65
+ print(err_msg)
66
  err_msg="Wrong URL or URL not parsable."
67
  return jsonify({'response': err_msg})
68