Streamlit on Pivotal 2.0

Hallo Guys,

I am currently trying to deploy my awesome streamlit app on Pivotal Cloud Foundry.
If I pushed my app with:

cf push

I always get the prompt to enter my email address:

However, I do not have a terminal here, so after timeout the app crushes.
Is there a way to skip email prompt?

Best regards
Chris

Hi @chris_klose -

We do need to document this better in our docs, but in the meantime, here’s how you set the values in the configuration files that Streamlit looks for when determining whether to ask for an email address. Set these values in your repo, and you should then be able to deploy.

1 Like