INNER CODE UNIT · Python

__init__

underneathall/pinferencia · pinferencia/frontend/app.py:17

    def __init__(
        self,
        backend_server: str,
        title: str = None,
        short_description: str = DEFAULT_SHORT_DESCRIPTION,
        detail_description: str = DEFAULT_DETAIL_DESCRIPTION,
        custom_templates: dict = None,
        api_set: set = APISet.DEFAULT,
    ):
        """Frontend Server

        Args:
            backend_server (str): backend server address
            title (str, optional): title of the app. Defaults to None.
            short_description (str, optional):
                short description. Defaults to None.
            detail_description (str, optional):
                detailed description. Defaults to None.

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…