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

 help.html

View raw Download
text/plain • 215 B
ASCII text
        
            
1
{% extends "default.html" %}
2
{% block title %}Help | {{ site_name }}{% endblock %}
3
{% block content %}
4
<x-frame style="--width: 768px; padding: 1rem;">
5
{{ content | safe }}
6
</x-frame>
7
{% endblock %}
8