keshavbhandari commited on
Commit
56adc3d
1 Parent(s): 7c1825e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
  html_content = """
7
- <iframe src="index.html" width="100%" height="600px" frameborder="0"></iframe>
8
  """
9
 
10
  with gr.Blocks() as demo:
 
4
  return "Hello " + name + "!!"
5
 
6
  html_content = """
7
+ <iframe src="http://localhost:8000/index.html" width="100%" height="600px" frameborder="0"></iframe>
8
  """
9
 
10
  with gr.Blocks() as demo: