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):
|