Exemplo n.º 1
0
def config_show(**kwargs):
    """Show all of Streamlit's config settings."""

    _apply_config_options_from_cli(kwargs)

    _config.show_config()
Exemplo n.º 2
0
def config_show(**kwargs):
    """Show all of Streamlit's config settings."""

    bootstrap.load_config_options(flag_options=kwargs)

    _config.show_config()
Exemplo n.º 3
0
def config_show():
    """Show all of Streamlit's config settings."""
    _config.show_config()
Exemplo n.º 4
0
def config_show():
    """Show all of Streamlit's config settings."""
    from streamlit import config
    config.show_config()