Persano commited on
Commit
fc8cc77
·
verified ·
1 Parent(s): 1c05cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -272,5 +272,5 @@ def download_pdf():
272
  download_name="relatorio_investimentos.pdf"
273
  )
274
 
275
- if __name__ == "__main__":
276
- app.run(debug=True)
 
272
  download_name="relatorio_investimentos.pdf"
273
  )
274
 
275
+ if __name__ == '__main__':
276
+ app.run(host='0.0.0.0', port=7860, debug=True)