JJS341 commited on
Commit
da3138d
·
verified ·
1 Parent(s): 91694e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("### 🚀 專亮點:結合核心指代消解 (Coreference Resolution) 與 NLP 智慧名詞提取技術")
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):