Spaces:
Sleeping
Sleeping
push
Browse files
app.py
CHANGED
@@ -484,6 +484,7 @@ CSS = """
|
|
484 |
}
|
485 |
"""
|
486 |
|
|
|
487 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.orange), css=CSS) as demo:
|
488 |
# ===== 英文段落寫作練習 =====
|
489 |
with gr.Tab(label="英文段落寫作練習"):
|
|
|
484 |
}
|
485 |
"""
|
486 |
|
487 |
+
|
488 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.orange), css=CSS) as demo:
|
489 |
# ===== 英文段落寫作練習 =====
|
490 |
with gr.Tab(label="英文段落寫作練習"):
|