pvanand commited on
Commit
3644f88
·
verified ·
1 Parent(s): 733bdfd

Update static/chatui/index.html

Browse files
Files changed (1) hide show
  1. 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-v4.hf.space/artifacts/${artifactId}`)
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