Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -121,6 +121,12 @@ with gr.Blocks(title="Prompt Injection Simulator", theme=gr.themes.Soft(primary_
|
|
| 121 |
"**If you deploy an LLM without injection defenses, it's a matter of *when*, not *if*.**"
|
| 122 |
)
|
| 123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
with gr.Row():
|
| 125 |
attack_dd = gr.Dropdown(
|
| 126 |
choices=list(ATTACKS.keys()),
|
|
|
|
| 121 |
"**If you deploy an LLM without injection defenses, it's a matter of *when*, not *if*.**"
|
| 122 |
)
|
| 123 |
|
| 124 |
+
gr.Markdown(
|
| 125 |
+
"> **PM Decision:** Prompt injection is a security risk that can expose sensitive data or bypass guardrails. "
|
| 126 |
+
"Before launching any customer-facing LLM, require security review of injection attack surfaces. "
|
| 127 |
+
"This is your Air Canada moment waiting to happen."
|
| 128 |
+
)
|
| 129 |
+
|
| 130 |
with gr.Row():
|
| 131 |
attack_dd = gr.Dropdown(
|
| 132 |
choices=list(ATTACKS.keys()),
|