Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def coref_learning_pipeline(user_input):
|
|
| 105 |
# 5. 精美 UI 介面設計
|
| 106 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="indigo")) as demo:
|
| 107 |
gr.Markdown("# 🤖 AI 跨語言智慧語意學習終端")
|
| 108 |
-
gr.Markdown("### 🚀 專
|
| 109 |
|
| 110 |
with gr.Row():
|
| 111 |
with gr.Column(scale=1):
|
|
|
|
| 105 |
# 5. 精美 UI 介面設計
|
| 106 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="indigo")) as demo:
|
| 107 |
gr.Markdown("# 🤖 AI 跨語言智慧語意學習終端")
|
| 108 |
+
gr.Markdown("### 🚀 專案亮點:結合核心指代消解 (Coreference Resolution) 與 NLP 智慧名詞提取技術")
|
| 109 |
|
| 110 |
with gr.Row():
|
| 111 |
with gr.Column(scale=1):
|