kenken999's picture
fdf
f7197e2
raw
history blame contribute delete
202 Bytes
{% extends "base.html" %}
{% block content %}
<h1>Gradio App</h1>
<div id="gradio-app"></div>
<script>
gradio_app = new GradioApp("{{ interface_id }}");
</script>
{% endblock %}