Update app.py
Browse files
app.py
CHANGED
@@ -817,15 +817,15 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
817 |
type="pil",
|
818 |
height=200
|
819 |
)
|
820 |
-
|
821 |
-
# ์์ ์ด๋ฏธ์ง ์น์
์ถ๊ฐ
|
822 |
gr.HTML("""
|
823 |
<div class="example-section">
|
824 |
<h3>Example Results</h3>
|
825 |
-
<img src="example.png" alt="Example results" />
|
826 |
</div>
|
827 |
""")
|
828 |
|
|
|
829 |
# ๊ฐ ๋ฒํผ์ ๋ํ ํด๋ฆญ ์ด๋ฒคํธ ์ฒ๋ฆฌ
|
830 |
def update_position(new_position):
|
831 |
return new_position
|
|
|
817 |
type="pil",
|
818 |
height=200
|
819 |
)
|
820 |
+
# ์์ ์ด๋ฏธ์ง ์น์
์์
|
|
|
821 |
gr.HTML("""
|
822 |
<div class="example-section">
|
823 |
<h3>Example Results</h3>
|
824 |
+
<img src="./assets/example.png" alt="Example results" style="max-width: 100%; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" />
|
825 |
</div>
|
826 |
""")
|
827 |
|
828 |
+
|
829 |
# ๊ฐ ๋ฒํผ์ ๋ํ ํด๋ฆญ ์ด๋ฒคํธ ์ฒ๋ฆฌ
|
830 |
def update_position(new_position):
|
831 |
return new_position
|