ovo.cli.app¶
Module Contents¶
Functions¶
Run OVO streamlit web application |
Data¶
API¶
- ovo.cli.app.app¶
‘Typer(…)’
- ovo.cli.app.main(token: bool = typer.Option(False, '--token', help='Require a token to access the web app. Use set OVO_LOGIN_TOKEN env var for a custom token.'), streamlit_run_args: typer.Context = typer.Option(None))¶
Run OVO streamlit web application
OVO Config variables can be overriden with env vars in this format:
OVO_SOME_FIELD_SUBFIELD env var will override some_field.subfield
Additional commandline arguments will be passed to
streamlit run, for example:ovo app –server.address 127.0.0.1 –server.port 5001
See
streamlit run --helpfor more info.