broadfield-dev commited on
Commit
e57b374
·
verified ·
1 Parent(s): b93e800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ def run_code():
74
  return render_template_string(HTML_TEMPLATE, code=code, output=output, error=error)
75
 
76
  if __name__ == "__main__":
77
- app.run(debug=True, host="0.0.0.0", port=5000)
 
74
  return render_template_string(HTML_TEMPLATE, code=code, output=output, error=error)
75
 
76
  if __name__ == "__main__":
77
+ app.run(debug=True, host="0.0.0.0", port=7860)