Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ def app():
|
|
| 7 |
# 첫 번째 HTML 컴포넌트로 IFrame 구현
|
| 8 |
with gr.Column():
|
| 9 |
gr.Markdown("### 첫 번째 URL")
|
| 10 |
-
gr.HTML(value='<iframe src="https://www.chatbase.co/chatbot-iframe/100-daum-net-eurma-q2o" height="700" width="
|
| 11 |
|
| 12 |
# 두 번째 HTML 컴포넌트로 IFrame 구현
|
| 13 |
with gr.Column():
|
|
|
|
| 7 |
# 첫 번째 HTML 컴포넌트로 IFrame 구현
|
| 8 |
with gr.Column():
|
| 9 |
gr.Markdown("### 첫 번째 URL")
|
| 10 |
+
gr.HTML(value='<iframe src="https://www.chatbase.co/chatbot-iframe/100-daum-net-eurma-q2o" height="700" width="600"></iframe>')
|
| 11 |
|
| 12 |
# 두 번째 HTML 컴포넌트로 IFrame 구현
|
| 13 |
with gr.Column():
|