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

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" 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://seawolf2357-frametest1.hf.space" height="700" width="600"></iframe>')
16
 
17
  return demo
18