bb9baa9
1
2
3
4
5
6
7
import modal app = modal.App("restaurant-intelligence") @app.function() def hello(): return "Modal is working!"