Spaces:
Running
Running
exit_ticket_download_exam_result_button = gr.Button("轉成 word,完成後請點擊右下角 download 按鈕", variant="primary")
Browse files
app.py
CHANGED
@@ -1633,7 +1633,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
1633 |
lesson_plan_exam_result_original = gr.Textbox(visible=False)
|
1634 |
lesson_plan_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
|
1635 |
|
1636 |
-
lesson_plan_download_exam_result_button = gr.Button("
|
1637 |
lesson_plan_exam_result_word_link = gr.File(label="Download Word")
|
1638 |
|
1639 |
with gr.Tab("出場券"):
|
@@ -1655,7 +1655,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
1655 |
exit_ticket_exam_result_original = gr.Textbox(visible=False)
|
1656 |
exit_ticket_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
|
1657 |
|
1658 |
-
exit_ticket_download_exam_result_button = gr.Button("
|
1659 |
exit_ticket_exam_result_word_link = gr.File(label="Download Word")
|
1660 |
|
1661 |
|
|
|
1633 |
lesson_plan_exam_result_original = gr.Textbox(visible=False)
|
1634 |
lesson_plan_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
|
1635 |
|
1636 |
+
lesson_plan_download_exam_result_button = gr.Button("轉成 word,完成後請點擊右下角 download 按鈕", variant="primary")
|
1637 |
lesson_plan_exam_result_word_link = gr.File(label="Download Word")
|
1638 |
|
1639 |
with gr.Tab("出場券"):
|
|
|
1655 |
exit_ticket_exam_result_original = gr.Textbox(visible=False)
|
1656 |
exit_ticket_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
|
1657 |
|
1658 |
+
exit_ticket_download_exam_result_button = gr.Button("轉成 word,完成後請點擊右下角 download 按鈕", variant="primary")
|
1659 |
exit_ticket_exam_result_word_link = gr.File(label="Download Word")
|
1660 |
|
1661 |
|