I am very new to python flask, please advise me. I have been trying to deploy my web app built with React and Flask and I have struggled. I have googled around how to deploy but still can't deploy. What should I do..?
error message says no module named server.
ModuleNotFoundError: No module named 'server'
[INFO] Reason: Worker failed to boot.
at=error code=H10 desc="App crashed" method=GET path="/"
this is my work directory right now.
this is my server.py
this is my Procfile
web: gunicorn server:app

