Ath commited on
Commit
2514002
·
verified ·
1 Parent(s): 3e62c47

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>Text Input App</title>
 
7
  </head>
8
  <body>
9
- <h1>Enter Text</h1>
10
- <form action="/submit" method="post">
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>