Spaces:
Sleeping
Sleeping
update
Browse files
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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():
|