CoderMayhem commited on
Commit
1cea1e6
1 Parent(s): 4c54788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 inferring AI system prompts from generated responses, built by Repello AI.",
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
  )