We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1a2a7 commit aeb67dcCopy full SHA for aeb67dc
nbs/tutorials/by_example.ipynb
@@ -46,7 +46,7 @@
46
"metadata": {},
47
"outputs": [],
48
"source": [
49
- "from fasthtml import FastHTML\n",
+ "from fasthtml.common import FastHTML\n",
50
"\n",
51
"app = FastHTML()\n",
52
@@ -415,7 +415,7 @@
415
416
417
418
- "from fasthtml import *\n",
+ "from fasthtml.common import *\n",
419
"# App with custom styling to override the pico defaults\n",
420
"css = Style(':root { --pico-font-size: 100%; --pico-font-family: Pacifico, cursive;}')\n",
421
"app = FastHTML(hdrs=(picolink, css))\n",
0 commit comments