ovo.app.components.download_component¶
Module Contents¶
Functions¶
Download design files for the specified workflow. Args: design_ids (list[str]): A list of design IDs to be displayed. pools (list[Pool]): A list of pools associated with the designs. key (str): Streamlit component key prefix single_line: Whether to display the download options in a single line |
|
API¶
- ovo.app.components.download_component.download_job_designs_component(design_ids: list[str], pools: list[ovo.Pool], key: str = 'default', single_line: bool = True)¶
Download design files for the specified workflow. Args: design_ids (list[str]): A list of design IDs to be displayed. pools (list[Pool]): A list of pools associated with the designs. key (str): Streamlit component key prefix single_line: Whether to display the download options in a single line
- ovo.app.components.download_component.download_descriptor_table(filename, design_ids, descriptor_keys=None, key='default', width='content')¶
- ovo.app.components.download_component.download_design_files(label: str, download_fields: dict[str, tuple[ovo.core.database.Base, str]], filename: str, design_ids: list, key='default')¶