Spaces:
Sleeping
Sleeping
english_logs_tab_button = gr.Button("📚 歷程回顧", variant="", elem_id="english_logs_tab_button", visible=False)
Browse files
app.py
CHANGED
@@ -871,7 +871,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
871 |
with gr.Column():
|
872 |
english_exam_practice_tab_button = gr.Button("🎯 英文考古題寫作練習", variant="", elem_id="english_exam_practice_tab_button")
|
873 |
with gr.Column():
|
874 |
-
english_logs_tab_button = gr.Button("📚 歷程回顧", variant="", elem_id="english_logs_tab_button")
|
875 |
# ===== 英文段落寫作練習 =====
|
876 |
with gr.Row(visible=True, elem_id="english_grapragh_practice_row") as english_grapragh_practice_row:
|
877 |
with gr.Column():
|
|
|
871 |
with gr.Column():
|
872 |
english_exam_practice_tab_button = gr.Button("🎯 英文考古題寫作練習", variant="", elem_id="english_exam_practice_tab_button")
|
873 |
with gr.Column():
|
874 |
+
english_logs_tab_button = gr.Button("📚 歷程回顧", variant="", elem_id="english_logs_tab_button", visible=False)
|
875 |
# ===== 英文段落寫作練習 =====
|
876 |
with gr.Row(visible=True, elem_id="english_grapragh_practice_row") as english_grapragh_practice_row:
|
877 |
with gr.Column():
|