Skip to content

Commit 98f27ac

Browse files
authored
Remove concurrent decorator from marimo_app
Removed the concurrent decorator from the marimo_app function.
1 parent e4b4e31 commit 98f27ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deployment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
app = modal.App(name="marimo-app")
1313

14-
@modal.concurrent
1514
@app.function(image=image)
1615
@modal.web_server(8000, startup_timeout=60)
1716
def marimo_app():

0 commit comments

Comments
 (0)