feat: add "No models available" message to image, text, and video generation forms

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 15:38:06 +02:00
parent 472fe1cab8
commit 6ef8816736
3 changed files with 4 additions and 0 deletions
@@ -15,6 +15,7 @@
<input id="model" name="model" type="text" required
placeholder="e.g. google/gemini-2.5-flash-image"
value="{{ request.form.get('model', '') }}">
<p class="text-muted mt-1">No models available</p>
{% endif %}
<label for="prompt">Prompt</label>