Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"]
|
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 |
|