kenken999's picture
m
e2444ac
raw
history blame
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 %}