Spaces:
Running
Running
Upload app.py
Browse files
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")
|