Spaces:
Sleeping
Sleeping
Update static/chatui/index.html
Browse files- static/chatui/index.html +1 -1
static/chatui/index.html
CHANGED
|
@@ -179,7 +179,7 @@
|
|
| 179 |
},
|
| 180 |
async fetchArtifact(artifactId) {
|
| 181 |
try {
|
| 182 |
-
const response = await fetch(`https://pvanand-code-execution-files-
|
| 183 |
if (!response.ok) throw new Error('Failed to fetch artifact')
|
| 184 |
const data = await response.json()
|
| 185 |
return data
|
|
|
|
| 179 |
},
|
| 180 |
async fetchArtifact(artifactId) {
|
| 181 |
try {
|
| 182 |
+
const response = await fetch(`https://pvanand-code-execution-files-v5.hf.space/artifact/${artifactId}`)
|
| 183 |
if (!response.ok) throw new Error('Failed to fetch artifact')
|
| 184 |
const data = await response.json()
|
| 185 |
return data
|