Spaces:
Running
Running
Update hackaprompt/gradio_app.py
Browse files
hackaprompt/gradio_app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(css="""
|
|
131 |
|
132 |
This exercise is part of the TRAIL Responsible Gen AI Risk Module, designed to provide hands-on experience with the challenges of Gen AI.
|
133 |
|
134 |
-
In the presentation, we explored key risks associated with generative AI, including **jailbreaking, prompt engineering exploits, and data leakage**. Now, this hands-on exercise will give you practical experience in understanding how these vulnerabilities work in real-time.
|
135 |
While real-world risks can be severe, this exercise presents a controlled, simplified version.
|
136 |
|
137 |
### Your Task
|
@@ -149,6 +149,8 @@ with gr.Blocks(css="""
|
|
149 |
3. Click the **"Evaluate"** button to test your prompt.
|
150 |
|
151 |
Good luck! 💪
|
|
|
|
|
152 |
"""
|
153 |
|
154 |
)
|
|
|
131 |
|
132 |
This exercise is part of the TRAIL Responsible Gen AI Risk Module, designed to provide hands-on experience with the challenges of Gen AI.
|
133 |
|
134 |
+
In the presentation, we explored key risks associated with generative AI, including **jailbreaking, prompt engineering exploits, misalignment and data leakage**. Now, this hands-on exercise will give you practical experience in understanding how these vulnerabilities work in real-time.
|
135 |
While real-world risks can be severe, this exercise presents a controlled, simplified version.
|
136 |
|
137 |
### Your Task
|
|
|
149 |
3. Click the **"Evaluate"** button to test your prompt.
|
150 |
|
151 |
Good luck! 💪
|
152 |
+
|
153 |
+
📝 Note: The interactions logs are recorded when you use the tool.
|
154 |
"""
|
155 |
|
156 |
)
|