Skip to content

Commit e4b4e31

Browse files
authored
Update deployment.py
1 parent 84eb823 commit e4b4e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

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

14-
15-
@app.function(image=image, allow_concurrent_inputs=100)
14+
@modal.concurrent
15+
@app.function(image=image)
1616
@modal.web_server(8000, startup_timeout=60)
1717
def marimo_app():
1818
print("Hello, World!")

0 commit comments

Comments
 (0)