diff --git a/notebooks/python-udf-template/notebook.ipynb b/notebooks/python-udf-template/notebook.ipynb index d59626c..f652e33 100644 --- a/notebooks/python-udf-template/notebook.ipynb +++ b/notebooks/python-udf-template/notebook.ipynb @@ -166,7 +166,7 @@ "outputs": [], "source": [ "import singlestoredb.apps as apps\n", - "connection_info = await apps.run_udf_app(replace_existing=True)" + "connection_info = await apps.run_udf_app()" ], "id": "b716549f" },