JJS341 commited on
Commit
e8adc55
·
verified ·
1 Parent(s): 4eb2611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# 🤖 Janice's AI 跨語言智慧語意學習終端")
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():