tlarsson commited on
Commit
75b9a57
·
verified ·
1 Parent(s): 5abb0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -166,5 +166,7 @@ def update_multi_graph(main_func):
166
 
167
  return nodes + edges, table_data, href_data
168
 
 
169
  if __name__ == "__main__":
170
- app.run(debug=True)
 
 
166
 
167
  return nodes + edges, table_data, href_data
168
 
169
+
170
  if __name__ == "__main__":
171
+ app.run(host="0.0.0.0", port=7860, debug=False)
172
+