kingabzpro commited on
Commit
63bf9c6
Β·
verified Β·
1 Parent(s): 837b285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def chat(user_msg: str, history_ids: list[int] | None):
61
  return pairs, history_ids
62
 
63
  # ─── Gradio UI ───────────────────────────────────────────────────────────────
64
- with gr.Blocks(theme=gr.themes.Seafoam()) as demo:
65
  gr.Markdown(f"<h1 style='text-align:center'>{TITLE}</h1>")
66
  gr.Markdown(DESCRIPTION)
67
 
 
61
  return pairs, history_ids
62
 
63
  # ─── Gradio UI ───────────────────────────────────────────────────────────────
64
+ with gr.Blocks(theme=gr.themes.Base()) as demo:
65
  gr.Markdown(f"<h1 style='text-align:center'>{TITLE}</h1>")
66
  gr.Markdown(DESCRIPTION)
67