smf2010 commited on
Commit
5976327
1 Parent(s): 549e928

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -36,4 +36,4 @@ def factorize():
36
  return render_template('index.html', error=error_message)
37
 
38
  if __name__ == '__main__':
39
- app.run(host='0.0.0.0', port=5001)
 
36
  return render_template('index.html', error=error_message)
37
 
38
  if __name__ == '__main__':
39
+ app.run(host='0.0.0.0', port=7860)