Update app.py
Browse files
app.py
CHANGED
|
@@ -1318,18 +1318,6 @@ with gr.Blocks(title="HWP AI ์ด์์คํดํธ", css=COMIC_CSS, delete_cache=(60,
|
|
| 1318 |
# Tab 1: AI ์ฑํ
|
| 1319 |
with gr.Tab("๐ฌ AI ์ฑํ
"):
|
| 1320 |
# Feature Box
|
| 1321 |
-
gr.HTML("""
|
| 1322 |
-
<div class="feature-box">
|
| 1323 |
-
<div class="feature-title">๐ฏ AI ๋ฌธ์ ๋ถ์ ๊ธฐ๋ฅ</div>
|
| 1324 |
-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px;">
|
| 1325 |
-
<div class="feature-item"><span class="feature-icon">๐</span> <b>์ฝ๊ธฐ</b> - HWP/HWPX/PDF ์๋ ํ
์คํธ ์ถ์ถ</div>
|
| 1326 |
-
<div class="feature-item"><span class="feature-icon">๐๏ธ</span> <b>๋ณด๊ธฐ</b> - ์ด๋ฏธ์ง ๋ถ์ ๋ฐ ์ดํด</div>
|
| 1327 |
-
<div class="feature-item"><span class="feature-icon">๐ฌ</span> <b>๋งํ๊ธฐ</b> - ์์ฐ์ค๋ฌ์ด ํ๊ตญ์ด ๋ํ</div>
|
| 1328 |
-
<div class="feature-item"><span class="feature-icon">๐ง </span> <b>์๊ฐ</b> - ๋ฌธ์ ๋ด์ฉ ๋ถ์ ๋ฐ ์์ฝ</div>
|
| 1329 |
-
<div class="feature-item"><span class="feature-icon">๐พ</span> <b>๊ธฐ์ต</b> - ๋ํ ๊ธฐ๋ก ์๋ ์ ์ฅ</div>
|
| 1330 |
-
</div>
|
| 1331 |
-
</div>
|
| 1332 |
-
""")
|
| 1333 |
|
| 1334 |
with gr.Row():
|
| 1335 |
with gr.Column(scale=1):
|
|
|
|
| 1318 |
# Tab 1: AI ์ฑํ
|
| 1319 |
with gr.Tab("๐ฌ AI ์ฑํ
"):
|
| 1320 |
# Feature Box
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1321 |
|
| 1322 |
with gr.Row():
|
| 1323 |
with gr.Column(scale=1):
|