Spaces:
Running
Running
gr.Accordion("免責聲明", open=True):
Browse filesgr.Markdown("""
本內容由AI解析並自動生成,均一平台與影片作者不對內容的準確性做出保證。建議在學習或應用前,先行查證並確認相關資訊的正確性。
相關規範請參考:https://www.junyiacademy.org/event/jutor-policy/
""")
app.py
CHANGED
@@ -3383,6 +3383,12 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
3383 |
# metacognition_content = gr.Textbox(label="輸入後設認知相關問題")
|
3384 |
# metacognition_content_btn = gr.Button("生成後設認知問題")
|
3385 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3386 |
with gr.Accordion("See Details", open=False) as see_details:
|
3387 |
with gr.Row():
|
3388 |
is_env_prod = gr.Checkbox(value=False, label="is_env_prod")
|
|
|
3383 |
# metacognition_content = gr.Textbox(label="輸入後設認知相關問題")
|
3384 |
# metacognition_content_btn = gr.Button("生成後設認知問題")
|
3385 |
|
3386 |
+
with gr.Accordion("免責聲明", open=True):
|
3387 |
+
gr.Markdown("""
|
3388 |
+
本內容由AI解析並自動生成,均一平台與影片作者不對內容的準確性做出保證。建議在學習或應用前,先行查證並確認相關資訊的正確性。
|
3389 |
+
相關規範請參考:https://www.junyiacademy.org/event/jutor-policy/
|
3390 |
+
""")
|
3391 |
+
|
3392 |
with gr.Accordion("See Details", open=False) as see_details:
|
3393 |
with gr.Row():
|
3394 |
is_env_prod = gr.Checkbox(value=False, label="is_env_prod")
|