manhteky123 commited on
Commit
851880a
·
verified ·
1 Parent(s): 22e955c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,5 +34,5 @@ def reset():
34
  session.pop('conversation_history', None)
35
  return jsonify({"message": "Conversation history reset."})
36
 
37
- if __name__ == '__main__':
38
- app.run(debug=True, host='0.0.0.0', port=5000)
 
34
  session.pop('conversation_history', None)
35
  return jsonify({"message": "Conversation history reset."})
36
 
37
+ if __name__ == "__main__":
38
+ app.run(host="0.0.0.0", port=7860)