Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>Gradio-Lite: Serverless Gradio Running Entirely in Your Browser</title>
|
|
|
|
| 7 |
|
| 8 |
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.js"></script>
|
| 9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.css" />
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>Gradio-Lite: Serverless Gradio Running Entirely in Your Browser</title>
|
| 7 |
+
<meta name="description" content="Gradio-Lite: Serverless Gradio Running Entirely in Your Browser">
|
| 8 |
|
| 9 |
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.js"></script>
|
| 10 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.css" />
|