tushar310 commited on
Commit
6fb6791
·
verified ·
1 Parent(s): e1ac70e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def start_session():
65
  captcha_q, _ = generate_new_captcha(session_id)
66
  return session_id, captcha_q
67
 
68
- with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="gray", font=["Inter", "sans-serif"], dark=True)) as demo:
69
  gr.Markdown("# 🤖 Alpha AI Assistant with CAPTCHA")
70
  gr.Markdown("Welcome to Alpha AI’s intelligent assistant. Please solve the CAPTCHA to continue.")
71
 
 
65
  captcha_q, _ = generate_new_captcha(session_id)
66
  return session_id, captcha_q
67
 
68
+ with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="gray", font=["Inter", "sans-serif"])) as demo:
69
  gr.Markdown("# 🤖 Alpha AI Assistant with CAPTCHA")
70
  gr.Markdown("Welcome to Alpha AI’s intelligent assistant. Please solve the CAPTCHA to continue.")
71