ruv commited on
Commit
ed35a1c
·
verified ·
1 Parent(s): e932119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,5 +80,6 @@ def history():
80
  else:
81
  return jsonify({"history": "No message history found in the current session."})
82
 
 
83
  if __name__ == '__main__':
84
- app.run(host='0.0.0.0', port=7860)
 
80
  else:
81
  return jsonify({"history": "No message history found in the current session."})
82
 
83
+
84
  if __name__ == '__main__':
85
+ app.run(host='0.0.0.0', port=7860)