Spaces:
Running
Running
exit_ticket_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
Browse files
app.py
CHANGED
@@ -1743,7 +1743,7 @@ with gr.Blocks() as demo:
|
|
1743 |
# 生成對應不同模式的結果
|
1744 |
worksheet_exam_result_prompt = gr.Textbox(visible=False)
|
1745 |
worksheet_exam_result_original = gr.Textbox(visible=False)
|
1746 |
-
worksheet_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True)
|
1747 |
worksheet_download_exam_result_button = gr.Button("將结果轉成 word,完成後請點擊右下角 download 按鈕")
|
1748 |
worksheet_exam_result_word_link = gr.File(label="Download Word")
|
1749 |
|
@@ -1763,7 +1763,7 @@ with gr.Blocks() as demo:
|
|
1763 |
# 生成對應不同模式的結果
|
1764 |
lesson_plan_exam_result_prompt = gr.Textbox(visible=False)
|
1765 |
lesson_plan_exam_result_original = gr.Textbox(visible=False)
|
1766 |
-
lesson_plan_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True)
|
1767 |
|
1768 |
lesson_plan_download_exam_result_button = gr.Button("將结果轉成 word,完成後請點擊右下角 download 按鈕")
|
1769 |
lesson_plan_exam_result_word_link = gr.File(label="Download Word")
|
@@ -1784,7 +1784,7 @@ with gr.Blocks() as demo:
|
|
1784 |
# 生成對應不同模式的結果
|
1785 |
exit_ticket_exam_result_prompt = gr.Textbox(visible=False)
|
1786 |
exit_ticket_exam_result_original = gr.Textbox(visible=False)
|
1787 |
-
exit_ticket_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True)
|
1788 |
|
1789 |
exit_ticket_download_exam_result_button = gr.Button("將结果轉成 word,完成後請點擊右下角 download 按鈕")
|
1790 |
exit_ticket_exam_result_word_link = gr.File(label="Download Word")
|
|
|
1743 |
# 生成對應不同模式的結果
|
1744 |
worksheet_exam_result_prompt = gr.Textbox(visible=False)
|
1745 |
worksheet_exam_result_original = gr.Textbox(visible=False)
|
1746 |
+
worksheet_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
|
1747 |
worksheet_download_exam_result_button = gr.Button("將结果轉成 word,完成後請點擊右下角 download 按鈕")
|
1748 |
worksheet_exam_result_word_link = gr.File(label="Download Word")
|
1749 |
|
|
|
1763 |
# 生成對應不同模式的結果
|
1764 |
lesson_plan_exam_result_prompt = gr.Textbox(visible=False)
|
1765 |
lesson_plan_exam_result_original = gr.Textbox(visible=False)
|
1766 |
+
lesson_plan_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
|
1767 |
|
1768 |
lesson_plan_download_exam_result_button = gr.Button("將结果轉成 word,完成後請點擊右下角 download 按鈕")
|
1769 |
lesson_plan_exam_result_word_link = gr.File(label="Download Word")
|
|
|
1784 |
# 生成對應不同模式的結果
|
1785 |
exit_ticket_exam_result_prompt = gr.Textbox(visible=False)
|
1786 |
exit_ticket_exam_result_original = gr.Textbox(visible=False)
|
1787 |
+
exit_ticket_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40)
|
1788 |
|
1789 |
exit_ticket_download_exam_result_button = gr.Button("將结果轉成 word,完成後請點擊右下角 download 按鈕")
|
1790 |
exit_ticket_exam_result_word_link = gr.File(label="Download Word")
|