Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -281,4 +281,4 @@ def checkout():
|
|
281 |
return jsonify({"success": False, "error": str(e)})
|
282 |
|
283 |
if __name__ == "__main__":
|
284 |
-
app.run(debug=True, host="0.0.0.0", port=8000)
|
|
|
281 |
return jsonify({"success": False, "error": str(e)})
|
282 |
|
283 |
if __name__ == "__main__":
|
284 |
+
app.run(debug=True, host="0.0.0.0", port=8000)
|