debisoft commited on
Commit
f995bfa
·
1 Parent(s): d97bc09
Files changed (1) hide show
  1. main.py +1 -1
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, cls="p-4 max-w-lg mx-auto")
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