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