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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user