<#18353 How to run streamlit apps in pants?> New d...
# github-notifications
q
#18353 How to run streamlit apps in pants? New discussion created by rhuanbarreto Streamlit can only run through its CLI by doing
streamlit run /path/to/source.py
, so I wonder how can I run streamlit in pants once the run needs a pex binary as an input? pantsbuild/pants