Santiago Martinez commited on
Commit
75107cd
1 Parent(s): 915892a

feat: port 7860

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def reddit_app_home():
10
  return
11
 
12
  if __name__ == '__main__':
13
- app.run(debug=True, port=8000, host='0.0.0.0')
 
10
  return
11
 
12
  if __name__ == '__main__':
13
+ app.run(debug=True, host="0.0.0.0", port=7860)