INNER CODE UNIT · Python

Components

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

class Components(object):
    """
    Streamlit application components.
    """

    @staticmethod
    def css():
        """
        Sets application wide css
        """

        style = """
            <style>
                a {
                    text-decoration: none;
                }
                a:hover {
                    text-decoration: underline;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…