Skip to content

Instantly share code, notes, and snippets.

@ntjess
Created August 14, 2024 16:52
Show Gist options
  • Save ntjess/4d7fd41e7e8a61fdb1fb088515724b67 to your computer and use it in GitHub Desktop.
Save ntjess/4d7fd41e7e8a61fdb1fb088515724b67 to your computer and use it in GitHub Desktop.
import solara as sl
from solara import lab as sl_lab
@sl.component
def Page():
sl.Style(
"""
body {
max-width: 800px;
margin: 30px auto 2em auto !important;
padding-left: 2em;
padding-right: 2em;
}
"""
)
sl_lab.ThemeToggle()
sl.Markdown("# Hello, Solara!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment