Add comments with backlink to export templates.
Browse files
templates/gradio-lite/gradio-lite-snippet-template.html
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<div id="KiteWindApp">
|
|
|
2 |
<iframe id="demo-iframe" width="100%" height="512px" src="about:blank" frameborder="0"></iframe>
|
3 |
<script>
|
4 |
const template = \`<div id="gradio-app"></div>
|
|
|
1 |
<div id="KiteWindApp">
|
2 |
+
<!-- This app was created with KiteWind Chat-assisted Web App Creator (https://huggingface.co/spaces/gstaff/KiteWind) -->
|
3 |
<iframe id="demo-iframe" width="100%" height="512px" src="about:blank" frameborder="0"></iframe>
|
4 |
<script>
|
5 |
const template = \`<div id="gradio-app"></div>
|
templates/gradio-lite/gradio-lite-template.html
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.css" />
|
6 |
</head>
|
7 |
<body>
|
|
|
8 |
<div id="gradio-app"></div>
|
9 |
<script type="module">
|
10 |
const code = \`STARTING_CODE\`;
|
|
|
5 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.css" />
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<!-- This app was created with KiteWind Chat-assisted Web App Creator (https://huggingface.co/spaces/gstaff/KiteWind) -->
|
9 |
<div id="gradio-app"></div>
|
10 |
<script type="module">
|
11 |
const code = \`STARTING_CODE\`;
|
templates/stlite/stlite-snippet-template.html
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<div id="KiteWindApp">
|
|
|
2 |
<iframe id="demo-iframe" width="100%" height="512px" src="about:blank" frameborder="0"></iframe>
|
3 |
<script>
|
4 |
const template = \`<div id="root"></div>
|
|
|
1 |
<div id="KiteWindApp">
|
2 |
+
<!-- This app was created with KiteWind Chat-assisted Web App Creator (https://huggingface.co/spaces/gstaff/KiteWind) -->
|
3 |
<iframe id="demo-iframe" width="100%" height="512px" src="about:blank" frameborder="0"></iframe>
|
4 |
<script>
|
5 |
const template = \`<div id="root"></div>
|
templates/stlite/stlite-template.html
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.39.0/build/stlite.css"/>
|
9 |
</head>
|
10 |
<body>
|
|
|
11 |
<div id="root"></div>
|
12 |
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.42.3/build/stlite.js"></script>
|
13 |
<script>
|
|
|
8 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.39.0/build/stlite.css"/>
|
9 |
</head>
|
10 |
<body>
|
11 |
+
<!-- This app was created with KiteWind Chat-assisted Web App Creator (https://huggingface.co/spaces/gstaff/KiteWind) -->
|
12 |
<div id="root"></div>
|
13 |
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.42.3/build/stlite.js"></script>
|
14 |
<script>
|