Skip to content

Commit f329eba

Browse files
authored
Update app.py
1 parent c0f58e2 commit f329eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ def update_output(list_of_contents, list_of_names, vtype, include_is):
142142
return [html.Div([html.Hr(), table])], [html.Hr(), download_btn], summary
143143

144144
if __name__ == '__main__':
145-
app.run_server(debug=True)
145+
app.run_server(debug=True, host='0.0.0.0', port=8050)

0 commit comments

Comments
 (0)