Single-paste Hermes response with title extraction and copy buttons

This commit is contained in:
Troll (Hermes Agent) 2026-07-31 21:38:38 +00:00
parent 665a7e5655
commit 30732c0b64
3 changed files with 46 additions and 19 deletions

1
app.py
View file

@ -196,6 +196,7 @@ def admin_request(rid):
if action == 'save_prompt':
update_request(rid,
suno_title=request.form.get('suno_title', '').strip(),
suno_style=request.form.get('suno_style', '').strip(),
suno_lyrics=request.form.get('suno_lyrics', '').strip(),
status='prompt_ready'