Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def coref_learning_pipeline(user_input):
|
|
| 102 |
|
| 103 |
# 5. 精美 UI 介面設計(利用 Blocks 切分獨立區塊)
|
| 104 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="indigo")) as demo:
|
| 105 |
-
gr.Markdown("# 🤖
|
| 106 |
gr.Markdown("### 🚀 專題亮點:結合核心指代消解 (Coreference Resolution) 與動態單字卡生成技術")
|
| 107 |
|
| 108 |
with gr.Row():
|
|
|
|
| 102 |
|
| 103 |
# 5. 精美 UI 介面設計(利用 Blocks 切分獨立區塊)
|
| 104 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="indigo")) as demo:
|
| 105 |
+
gr.Markdown("# 🤖 AI 跨語言智慧語意學習終端")
|
| 106 |
gr.Markdown("### 🚀 專題亮點:結合核心指代消解 (Coreference Resolution) 與動態單字卡生成技術")
|
| 107 |
|
| 108 |
with gr.Row():
|