Skip to content

Commit

Permalink
Rollback giles
Browse files Browse the repository at this point in the history
  • Loading branch information
itepifanio committed Oct 2, 2023
1 parent 6f2487f commit 63585de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions solara/website/pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from ..components import Header, Hero


title = "Home"

route_order = ["/", "showcase", "docs", "api", "examples", "apps"]
Expand Down Expand Up @@ -85,7 +84,7 @@ def Layout(children=[]):
solara.Meta(property="og:url", content="https://solara.dev" + router.path)
solara.Meta(property="og:image", content="https://solara.dev/static/assets/images/logo-small.png")
solara.Meta(property="og:type", content="website")
"""

Header(
on_toggle_left_menu=lambda: set_show_left_menu(not show_left_menu),
on_toggle_right_menu=lambda: set_show_right_menu(not show_right_menu),
Expand All @@ -96,7 +95,7 @@ def Layout(children=[]):
sub_title="Solara helps you build powerful & scalable Jupyter and web apps <b>faster</b> and <b>easier</b>.",
button_text="Quickstart",
)
"""

with rv.Container(tag="section", fluid=True, ma_0=True, pa_0=True, class_="fill-height mb-8 solara-content-main"):
if route_current is not None and route_current.path == "/":
description = "Use ipywidgets with Solara to build powerful and scalable web apps for Jupyter and production in Python."
Expand Down

0 comments on commit 63585de

Please sign in to comment.