Shivaprasad
Contributor

Thanks, I have modified the yaml file but still getting Error: Could not import 'app'   error

env:
  - name: FLASK_APP
    value: '/Workspace/Users/xxx@zzz.com/databricks_apps/hello-world_2025_11_13-16_19/Gaap_commentry'

command: [
  "flask",
  "--app",
  "app.py",
  "run"
  ]