You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pcweb/templates/mainpage.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,14 @@
5
5
frompcweb.meta.metaimportmeta_tags
6
6
frompcweb.routeimportRoute
7
7
8
-
DEFAULT_TITLE="Web Apps in Pure Python"
8
+
DEFAULT_TITLE="The platform to build and scale enterprise apps"
9
+
DEFAULT_DESCRIPTION="Connect to all your company data and systems to build secure internal apps with AI. Deployed on prem with built-in governance and production-grade reliability, so technical and nontechnical teams can ship together."
Copy file name to clipboardExpand all lines: pcweb/templates/webpage.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,14 @@
5
5
6
6
frompcweb.routeimportRoute
7
7
8
-
DEFAULT_TITLE="Web Apps in Pure Python"
8
+
DEFAULT_TITLE="The platform to build and scale enterprise apps"
9
+
DEFAULT_DESCRIPTION="Connect to all your company data and systems to build secure internal apps with AI. Deployed on prem with built-in governance and production-grade reliability, so technical and nontechnical teams can ship together."
0 commit comments