vasudevgupta commited on
Commit
65ff58d
1 Parent(s): e300287

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ from dash import Dash, html
3
  app = Dash(__name__)
4
  app.layout = html.Div(html.H1("Coool stuff"))
5
 
6
- app.run_server(debug=True, port=7860)
 
3
  app = Dash(__name__)
4
  app.layout = html.Div(html.H1("Coool stuff"))
5
 
6
+ app.run_server(debug=True, port=7860, host='0.0.0.0')