Spaces:
Runtime error
Runtime error
rohankaran
commited on
Commit
·
8d9cdce
1
Parent(s):
e8e24dc
Update short description in README and app text
Browse filesThe short description in the README has been modified for clarity, and the goal in the app py file has been corrected. These changes ensure accurate information is presented regarding the function of the secure chatbots and the aim of the app.
README.md
CHANGED
@@ -8,7 +8,7 @@ sdk_version: 4.21.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: cc-by-nc-sa-4.0
|
11 |
-
short_description: Jailbreak the
|
12 |
tags: [
|
13 |
"Chatbot Guardrails Arena",
|
14 |
"Lighthouz AI",
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: cc-by-nc-sa-4.0
|
11 |
+
short_description: Jailbreak the LLM and privacy guardrails
|
12 |
tags: [
|
13 |
"Chatbot Guardrails Arena",
|
14 |
"Lighthouz AI",
|
app.py
CHANGED
@@ -264,7 +264,7 @@ with gr.Blocks(
|
|
264 |
with gr.Tab(label="⚔️ Arena"):
|
265 |
gr.Markdown(
|
266 |
"""
|
267 |
-
## ⚔️ Goal: Jailbreak the Privacy Guardrails and Vote for the Secure
|
268 |
|
269 |
### Rules
|
270 |
- You are presented with two customer service chatbots of a hypothetical XYZ001 bank.
|
|
|
264 |
with gr.Tab(label="⚔️ Arena"):
|
265 |
gr.Markdown(
|
266 |
"""
|
267 |
+
## ⚔️ Goal: Jailbreak the Privacy Guardrails and Vote for the Secure Chatbot(s)
|
268 |
|
269 |
### Rules
|
270 |
- You are presented with two customer service chatbots of a hypothetical XYZ001 bank.
|