Spaces:
Running
Running
CoderMayhem
commited on
Commit
•
1cea1e6
1
Parent(s):
4c54788
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
|
|
16 |
],
|
17 |
outputs=gr.Textbox(label="Output", lines=20),
|
18 |
title="Whistleblower 📣",
|
19 |
-
description="A tool for
|
20 |
theme="base",
|
21 |
css=css
|
22 |
)
|
|
|
16 |
],
|
17 |
outputs=gr.Textbox(label="Output", lines=20),
|
18 |
title="Whistleblower 📣",
|
19 |
+
description="A tool for leaking system prompts of LLM Apps from generated responses, built by Repello AI.",
|
20 |
theme="base",
|
21 |
css=css
|
22 |
)
|