DylanonWic commited on
Commit
11f3ea4
·
verified ·
1 Parent(s): 25f569b

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -17,4 +17,4 @@ def chatbot():
17
  return jsonify({"error": str(e)}), 500
18
 
19
  if __name__ == '__main__':
20
- app.run(host='0.0.0.0', port=5050)
 
17
  return jsonify({"error": str(e)}), 500
18
 
19
  if __name__ == '__main__':
20
+ app.run(host='0.0.0.0', port=5050, debug=True)