broadfield-dev commited on
Commit
7b227f7
·
verified ·
1 Parent(s): bcb594c

Update app.py

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