Ykode/movie-sentiment-analysis
0
1services:2 - type: web3 name: sentiment-app4 env: python5 plan: free6 buildCommand: pip install -r requirements.txt7 startCommand: gunicorn app:app8 runtime: python9 pythonVersion: 3.11.81services:2 - type: web3 name: sentiment-app4 env: python5 plan: free6 buildCommand: pip install -r requirements.txt7 startCommand: gunicorn app:app8 runtime: python9 pythonVersion: 3.11.8