json-cho commited on
Commit
3aa521d
·
1 Parent(s): d10a61a

adjusted code to reflect local port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
  # The iframe points to your static index.html
42
  gr.HTML(
43
  value="""
44
- <iframe src="https://experiment-sandpack.vercel.app" style="width:100%; height:600px; border:none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
45
  """
46
  )
47
  # Right Column: Chat interface (smaller column)
 
41
  # The iframe points to your static index.html
42
  gr.HTML(
43
  value="""
44
+ <iframe src="http://localhost:3000" style="width:100%; height:600px; border:none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
45
  """
46
  )
47
  # Right Column: Chat interface (smaller column)