Is it possible to have my app run on a nightly build on Streamlit Cloud?
I’m waiting for a fix that exists on the nightly build but hasn’t come out yet on a steady build and I would like to present my app to non-local people (but I can’t without this fix).
Yes, I’ve tries including it in the requirements file, but it seems to override this during installation.
Wondering if the warning not to have streamlit and streamlit-nightly on the same environment has something to do with this?