Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,4 +112,4 @@ def save_nodes():
|
|
112 |
return jsonify({'status': 'success', 'nodes': nodes, 'connections': connections})
|
113 |
|
114 |
if __name__ == '__main__':
|
115 |
-
app.run(debug=True)
|
|
|
112 |
return jsonify({'status': 'success', 'nodes': nodes, 'connections': connections})
|
113 |
|
114 |
if __name__ == '__main__':
|
115 |
+
app.run(host="0.0.0.0", port=7860, debug=True)
|