Web platform for sharing free data for ML and research

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 graphical-query-pictures.html

View raw Download
text/plain • 544 B
ASCII text
        
            
1
{% extends "default.html" %}
2
3
{% block title %}Query pictures | {{ site_name }}{% endblock %}
4
5
{% block content %}
6
<x-frame style="--width: 768px" class="vbox">
7
<h1>Query pictures</h1>
8
<form method="GET" action="/query-pictures-results" class="vbox">
9
<label>
10
<span class="required-asterisk">Query YAML</span>
11
<textarea name="query" required rows="16"></textarea>
12
</label>
13
<button type="submit">Search</button>
14
</form>
15
</x-frame>
16
{% endblock %}
17