Spaces:
Running
Running
Ath
commited on
Update templates/index.html
Browse files- templates/index.html +5 -7
templates/index.html
CHANGED
@@ -3,13 +3,11 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
-
<h1>
|
10 |
-
<
|
11 |
-
<input type="text" name="user_input" required>
|
12 |
-
<button type="submit">Submit</button>
|
13 |
-
</form>
|
14 |
</body>
|
15 |
-
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Embedded Gradio Interface</title>
|
7 |
+
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.31.4/gradio.js"></script>
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<h1>Embedded Gradio Interface</h1>
|
11 |
+
<gradio-app src="https://kvikontent-openai-sora.hf.space"></gradio-app>
|
|
|
|
|
|
|
12 |
</body>
|
13 |
+
</html>
|