Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -224,7 +224,7 @@
|
|
| 224 |
|
| 225 |
document.addEventListener('DOMContentLoaded', async function () {
|
| 226 |
// Connect to Gradio client (must be inside async function)
|
| 227 |
-
const client = await Client.connect("wasmdashai/
|
| 228 |
|
| 229 |
// DOM Elements
|
| 230 |
const textInput = document.getElementById('textInput');
|
|
|
|
| 224 |
|
| 225 |
document.addEventListener('DOMContentLoaded', async function () {
|
| 226 |
// Connect to Gradio client (must be inside async function)
|
| 227 |
+
const client = await Client.connect("wasmdashai/DemoLahja");
|
| 228 |
|
| 229 |
// DOM Elements
|
| 230 |
const textInput = document.getElementById('textInput');
|