IAMJB HF staff commited on
Commit
3dde8a0
1 Parent(s): 0dbbd40

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ def display_material(n_clicks, material_id):
122
  ctc.register_crystal_toolkit(app, layout)
123
 
124
  if __name__ == '__main__':
125
- app.run_server(debug=True, port=7860)
 
122
  ctc.register_crystal_toolkit(app, layout)
123
 
124
  if __name__ == '__main__':
125
+ app.run_server(debug=True, port=7860, host="0.0.0.0")