File size: 202 Bytes
f7197e2
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block content %}
    <h1>Gradio App</h1>
    <div id="gradio-app"></div>
    <script>
        gradio_app = new GradioApp("{{ interface_id }}");
    </script>
{% endblock %}