giseldo commited on
Commit
a57dba6
·
verified ·
1 Parent(s): c2a4f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,4 +272,4 @@ def perfil():
272
  return render_template('perfil.html', user=user)
273
 
274
  if __name__ == '__main__':
275
- app.run(debug=True)
 
272
  return render_template('perfil.html', user=user)
273
 
274
  if __name__ == '__main__':
275
+ app.run(host="0.0.0.0", port=7860)