Spaces:
Running
Running
關鍵時刻本文
Browse files
app.py
CHANGED
@@ -2197,7 +2197,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2197 |
# metacognition_content_btn = gr.Button("生成後設認知問題")
|
2198 |
|
2199 |
with gr.Accordion("See Details", open=False) as see_details:
|
2200 |
-
with gr.Tab("
|
2201 |
with gr.Row() as transcript_admmin:
|
2202 |
transcript_kind = gr.Textbox(value="transcript", show_label=False)
|
2203 |
transcript_edit_button = gr.Button("編輯", size="sm", variant="primary")
|
@@ -2206,6 +2206,8 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2206 |
transcript_create_button = gr.Button("建立", size="sm", variant="primary")
|
2207 |
with gr.Row():
|
2208 |
df_string_output = gr.Textbox(lines=40, label="Data Text", )
|
|
|
|
|
2209 |
with gr.Tab("逐字稿"):
|
2210 |
simple_html_content = gr.HTML(label="Simple Transcript")
|
2211 |
with gr.Tab("圖文"):
|
|
|
2197 |
# metacognition_content_btn = gr.Button("生成後設認知問題")
|
2198 |
|
2199 |
with gr.Accordion("See Details", open=False) as see_details:
|
2200 |
+
with gr.Tab("逐字稿本文"):
|
2201 |
with gr.Row() as transcript_admmin:
|
2202 |
transcript_kind = gr.Textbox(value="transcript", show_label=False)
|
2203 |
transcript_edit_button = gr.Button("編輯", size="sm", variant="primary")
|
|
|
2206 |
transcript_create_button = gr.Button("建立", size="sm", variant="primary")
|
2207 |
with gr.Row():
|
2208 |
df_string_output = gr.Textbox(lines=40, label="Data Text", )
|
2209 |
+
with gr.Tab("關鍵時刻本文"):
|
2210 |
+
pass
|
2211 |
with gr.Tab("逐字稿"):
|
2212 |
simple_html_content = gr.HTML(label="Simple Transcript")
|
2213 |
with gr.Tab("圖文"):
|