seawolf2357 commited on
Commit
28cc306
·
verified ·
1 Parent(s): e36cf02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def app():
12
  # 두 번째 HTML 컴포넌트로 IFrame 구현
13
  with gr.Column():
14
  gr.Markdown("### 두 번째 URL")
15
- gr.HTML(value='<iframe src="https://huggingface.co/spaces/seawolf2357/frametest1/edit/main/app.py" height="700" width="600"></iframe>')
16
 
17
  return demo
18
 
 
12
  # 두 번째 HTML 컴포넌트로 IFrame 구현
13
  with gr.Column():
14
  gr.Markdown("### 두 번째 URL")
15
+ gr.HTML(value='<iframe src="https://huggingface.co" height="700" width="600"></iframe>')
16
 
17
  return demo
18