JJS341 commited on
Commit
ba1029c
·
verified ·
1 Parent(s): 0acc491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def coref_learning_pipeline(user_input):
113
 
114
  # 6. 精美 UI 介面設計 (將 theme 移出 Blocks 構造函數)
115
  with gr.Blocks() as demo:
116
- gr.Markdown("# 🤖 Janice's AI 跨語言智慧語意學習終端")
117
  gr.Markdown("### 🚀 專題亮點:結合核心指代消解 (Coreference Resolution) 與 NLP 智慧名詞提取技術")
118
 
119
  with gr.Row():
 
113
 
114
  # 6. 精美 UI 介面設計 (將 theme 移出 Blocks 構造函數)
115
  with gr.Blocks() as demo:
116
+ gr.Markdown("# 🤖 AI 跨語言智慧語意學習終端")
117
  gr.Markdown("### 🚀 專題亮點:結合核心指代消解 (Coreference Resolution) 與 NLP 智慧名詞提取技術")
118
 
119
  with gr.Row():