Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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 |
|