Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
<div>
|
30 |
<label for="selected_model">Select a model:</label>
|
31 |
<select id="selected_model" name="selected_model">
|
32 |
-
{% for model_name in
|
33 |
<option value="{{ model_name }}">{{ model_name }}</option>
|
34 |
{% endfor %}
|
35 |
</select>
|
|
|
29 |
<div>
|
30 |
<label for="selected_model">Select a model:</label>
|
31 |
<select id="selected_model" name="selected_model">
|
32 |
+
{% for model_name in model_names %}
|
33 |
<option value="{{ model_name }}">{{ model_name }}</option>
|
34 |
{% endfor %}
|
35 |
</select>
|