We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f58e2 commit f329ebaCopy full SHA for f329eba
1 file changed
app.py
@@ -142,4 +142,4 @@ def update_output(list_of_contents, list_of_names, vtype, include_is):
142
return [html.Div([html.Hr(), table])], [html.Hr(), download_btn], summary
143
144
if __name__ == '__main__':
145
- app.run_server(debug=True)
+ app.run_server(debug=True, host='0.0.0.0', port=8050)
0 commit comments