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

Rename app-old.py to app.py

Browse files
Files changed (1) hide show
  1. app-old.py → app.py +1 -1
app-old.py → app.py RENAMED
@@ -81,4 +81,4 @@ def history():
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=8080)
 
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)