INNER CODE UNIT · Python

render

neuml/tldrstory · src/python/tldrstory/app.py:268

    def render(self):
        """
        Renders application.
        """

        # Streamlit layout configuration
        layout = self.index["layout"]

        # Apply global css rules
        Components.css()

        # Application title
        Components.header(self.index["name"])

        # Application description
        Components.description(layout)

        # Query filters

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…