Hello, I have a streamlit app and I am using poetry to manage the virtual environment.
My Procfile looks like
web: streamlit run table_flattener_streamlit.py --server.port 8080
When I try to deploy, I see error
bash: /workspace/.venv/bin/streamlit: /Users/kiran/Documents/repos/docx_to_markdown/.venv/bin/python: bad interpreter: No such file or directory
I am new to Fly, and I couldn’t find any official documentation about Poetry or Streamlit. How do I fix this?