main.py
CHANGED
@@ -8,7 +8,7 @@ upstage_token = os.getenv('UPSTAGE_TOKEN')
|
|
8 |
# Set up the app, including daisyui and tailwind for the chat component
|
9 |
hdrs = (picolink, Script(src="https://cdn.tailwindcss.com"),
|
10 |
Link(rel="stylesheet", href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css"))
|
11 |
-
app = FastHTML(hdrs=hdrs
|
12 |
|
13 |
#app = FastHTML()
|
14 |
rt = app.route
|
|
|
8 |
# Set up the app, including daisyui and tailwind for the chat component
|
9 |
hdrs = (picolink, Script(src="https://cdn.tailwindcss.com"),
|
10 |
Link(rel="stylesheet", href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css"))
|
11 |
+
app = FastHTML(hdrs=hdrs)
|
12 |
|
13 |
#app = FastHTML()
|
14 |
rt = app.route
|