Zachary Blackwood
Zachary Blackwood
Potentials ideas: * Content * Some sort of dictionary specifying input elements (e.g. `{"username": "text", "password": "password"}`) * Returns the value of input elements on submit
### Description Right now, to create a streamlit app, you just put the name in snowflake.yml and run `snow streamlit deploy`. But, if you want to drop it, you have...
### Description For example, if I put ```yml env: - role: foo ``` Then I should be able to do `snow streamlit deploy --role env.role` or something similar This is...