Spaces:
Running
Running
nroggendorff
commited on
Commit
•
916c414
1
Parent(s):
a102191
Update public/index.html
Browse files- public/index.html +1 -2
public/index.html
CHANGED
@@ -5,14 +5,13 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Chat UI</title>
|
7 |
<link rel="stylesheet" href="style.css">
|
8 |
-
<script src="https://cdn.jsdelivr.net/npm/@gradio/client/dist/index.min.js"></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
<div id="app">
|
12 |
<div class="chat-container">
|
13 |
<div id="messages" class="messages"></div>
|
14 |
<form id="chat-form">
|
15 |
-
<input type="text" id="user-input" placeholder="
|
16 |
<button type="submit">Send</button>
|
17 |
</form>
|
18 |
</div>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Chat UI</title>
|
7 |
<link rel="stylesheet" href="style.css">
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div id="app">
|
11 |
<div class="chat-container">
|
12 |
<div id="messages" class="messages"></div>
|
13 |
<form id="chat-form">
|
14 |
+
<input type="text" id="user-input" placeholder="Ask anything.." autocomplete="off" required />
|
15 |
<button type="submit">Send</button>
|
16 |
</form>
|
17 |
</div>
|