youngtsai commited on
Commit
5f5d0ae
·
1 Parent(s): d90db27
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -662,7 +662,15 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
662
  with gr.Row(visible=False) as english_group:
663
  with gr.Column():
664
  with gr.Row() as page_title_english:
665
- gr.Markdown("# 🔮 JUTOR 英文段落寫作練習")
 
 
 
 
 
 
 
 
666
  # ===== 英文段落寫作練習 =====
667
  with gr.Tab(label="英文段落寫作練習"):
668
  with gr.Row():
 
662
  with gr.Row(visible=False) as english_group:
663
  with gr.Column():
664
  with gr.Row() as page_title_english:
665
+ with gr.Column():
666
+ with gr.Row():
667
+ gr.Markdown("# 🔮 JUTOR 英文段落寫作練習")
668
+ with gr.Row():
669
+ gr.HTML("""
670
+ <span style="text-align: center;">
671
+ <a href="https://www.facebook.com/groups/jutor" target="_blank" style=" font-size: 14px; color="blue";> 🇫 加入 Facebook 討論社團</a>
672
+ </span>
673
+ """)
674
  # ===== 英文段落寫作練習 =====
675
  with gr.Tab(label="英文段落寫作練習"):
676
  with gr.Row():