Test change

This commit is contained in:
aliabid94 2021-12-16 15:26:55 -08:00 committed by GitHub
parent ab04673b35
commit de7bcdaa44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@
{% endfor %} {% endfor %}
</div> </div>
<div class="leading-7 max-w-full"> <div class="leading-7 max-w-full">
<p class="bg-blue-200 border border-blue-600 px-4 py-2 rounded mb-4">If you are just getting started with Gradio, check out the <a class="link" href="/getting_started">Getting Started</a> guide.</p> <p class="bg-blue-200 border border-blue-600 px-4 py-2 rounded mb-4">If you are just getting started with Gradio, check out the <a class="link" href="/getting_started">Getting Started</a> guide first.</p>
<h1 class="text-3xl font-semibold mb-4">Docs</h1> <h1 class="text-3xl font-semibold mb-4">Docs</h1>
<h2 id="creating_interfaces" class="text-2xl font-semibold mb-4">Creating Interfaces</h2> <h2 id="creating_interfaces" class="text-2xl font-semibold mb-4">Creating Interfaces</h2>
<section class="flex flex-col gap-6"> <section class="flex flex-col gap-6">
@ -270,4 +270,4 @@
<script src="/assets/prism.js"></script> <script src="/assets/prism.js"></script>
</body> </body>
</html> </html>