Spaces:
Sleeping
Sleeping
no show
Browse files
app.py
CHANGED
@@ -2089,14 +2089,17 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
2089 |
paragraph_log_paragraph_save_output
|
2090 |
]
|
2091 |
)
|
2092 |
-
with gr.Row():
|
2093 |
-
|
2094 |
-
|
2095 |
-
|
2096 |
-
|
2097 |
-
|
2098 |
-
|
2099 |
-
|
|
|
|
|
|
|
2100 |
|
2101 |
english_grapragh_practice_button.click(
|
2102 |
None,
|
|
|
2089 |
paragraph_log_paragraph_save_output
|
2090 |
]
|
2091 |
)
|
2092 |
+
# with gr.Row():
|
2093 |
+
# with gr.Accordion("英文段落寫作評分歷程回顧", open=False) as english_grapragh_evaluate_logs_accordion:
|
2094 |
+
# with gr.Row():
|
2095 |
+
# with gr.Column(scale=1):
|
2096 |
+
# # 取得英文段落練習 log from GCS
|
2097 |
+
# paragraph_evaluate_logs_type = gr.State("jutor_evaluate_paragraph")
|
2098 |
+
# get_paragraph_evaluate_logs_button = gr.Button("取得英文段落寫作評分歷程")
|
2099 |
+
# paragraph_evaluate_logs_session_list = gr.Radio(label="歷程時間列表")
|
2100 |
+
# with gr.Column(scale=3, variant="compact"):
|
2101 |
+
# gr.Markdown("<span style='color:#4e80ee'>輸入</span>")
|
2102 |
+
|
2103 |
|
2104 |
english_grapragh_practice_button.click(
|
2105 |
None,
|