Athspi commited on
Commit
3209381
·
verified ·
1 Parent(s): c3d25df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ def home():
47
  return render_template('index.html', url=url, content=content, error=error)
48
 
49
  if __name__ == '__main__':
50
- app.run(debug=True)
 
47
  return render_template('index.html', url=url, content=content, error=error)
48
 
49
  if __name__ == '__main__':
50
+ app.run(host="0.0.0.0", port=7860)