INNER CODE UNIT · Python

header

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

    def header(name):
        """
        Renders a header.

        Args:
            name: name to show in header
        """

        # Set title on page body
        st.title(name)

    @staticmethod
    def description(layout):
        """
        Renders markdown in sidebar which describes the application.

        Args:
            layout: layout configuration

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…