{% with title=pretty_name, url="https://gradio.app/" + name, image="https://www.gradio.app/assets/img/meta-image.png", description="A Step-by-Step Gradio Tutorial" %} {% include "templates/meta.html" %} {% endwith %} {% include "templates/navbar.html" %}
{% if spaces %}

Related Spaces:

{% for space in spaces %} {% endfor %}
{% endif %}
{% include "guides/temporary_template.html" %}
{% if prev_guide is not none %}
< Previous
{{ prev_guide['pretty_name'] }}
{% else %}
{% endif %} {% if next_guide is not none %}
Next >
{{ next_guide['pretty_name'] }}
{% else %}
{% endif %}
{% include 'templates/footer.html' %}