Xhaheen commited on
Commit
3631dcc
·
verified ·
1 Parent(s): 16957af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -394,7 +394,18 @@ theme = gr.themes.Glass(
394
  button_primary_text_color="#0d47a1" )
395
 
396
  with gr.Blocks(theme=theme, css=light_blue_glass_css, title="Falconz Unified App") as demo:
397
- gr.Markdown("# 🔐 Falconz -RedTeamers ")
 
 
 
 
 
 
 
 
 
 
 
398
 
399
  with gr.Tabs():
400
  with gr.TabItem("Chat & Analysis"):
 
394
  button_primary_text_color="#0d47a1" )
395
 
396
  with gr.Blocks(theme=theme, css=light_blue_glass_css, title="Falconz Unified App") as demo:
397
+
398
+
399
+ gr.Markdown(""" # 🔐 Falconz - RedTeamers
400
+
401
+ ### 🛡️ Unified AI Security for Multi-Model & Agentic Systems
402
+ Falconz is an MCP-powered Gradio platform that safeguards LLM and agentic applications through real-time jailbreak and prompt-injection detection across OpenAI, Gemini, Mistral, Phi, and more.
403
+ It includes an inbuilt library of the latest Top 10 jailbreak templates (Inspired by O.S.W.A.P) that users can customize, modify, and deploy for controlled testing and red-teaming workflows.
404
+ Falconz supports both prompt template modification and threat detection—letting users experiment safely while continuously monitoring model behavior.
405
+ A lightweight safeguard model provides fast, on-device-friendly risk screening for quick evaluation cycles.
406
+ Plug-and-play with MCP to secure your AI stack and access live analytics in a single, streamlined interface.
407
+ """)
408
+
409
 
410
  with gr.Tabs():
411
  with gr.TabItem("Chat & Analysis"):