Skip to content

Commit e3380f5

Browse files
authored
Update wordcloud.html
1 parent 3570314 commit e3380f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/wordcloud.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ <h3 class="h2">Here you can genrate interactive images from your text</h3>
4141
<div class="outr-box">
4242
<div class="form-fields">
4343
<label for='sell' class="control-label">Choose background color</label>
44-
<input type="text" list="background_color"/ name = 'background_color' >
45-
<datalist id="background_color">
44+
<select class="form-control" id="sel13" name="background_color">
45+
4646
<option>white</option>
4747
<option>black</option>
48-
</datalist>
48+
</select>
4949
</div>
5050

5151
<div class="form-fields">
@@ -78,4 +78,3 @@ <h3 class="h2">Here you can genrate interactive images from your text</h3>
7878
{% endblock %}
7979
</div>
8080
</div>
81-

0 commit comments

Comments
 (0)