Spaces:
Sleeping
Sleeping
with gr.Column(scale=1, variant="panel", visible=False):
Browse files
app.py
CHANGED
@@ -2612,7 +2612,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2612 |
with gr.Tab("AI小精靈"):
|
2613 |
with gr.Accordion("選擇 AI 小精靈", open=True) as chatbot_select_accordion:
|
2614 |
with gr.Row():
|
2615 |
-
with gr.Column(scale=1, variant="panel", visible=
|
2616 |
chatbot_avatar_url = "https://junyitopicimg.s3.amazonaws.com/s4byy--icon.jpe?v=20200513013523726"
|
2617 |
chatbot_description = """Hi,我是你的AI學伴【飛特精靈】,\n
|
2618 |
我可以陪你一起學習本次的內容,有什麼問題都可以問我喔!\n
|
|
|
2612 |
with gr.Tab("AI小精靈"):
|
2613 |
with gr.Accordion("選擇 AI 小精靈", open=True) as chatbot_select_accordion:
|
2614 |
with gr.Row():
|
2615 |
+
with gr.Column(scale=1, variant="panel", visible=False):
|
2616 |
chatbot_avatar_url = "https://junyitopicimg.s3.amazonaws.com/s4byy--icon.jpe?v=20200513013523726"
|
2617 |
chatbot_description = """Hi,我是你的AI學伴【飛特精靈】,\n
|
2618 |
我可以陪你一起學習本次的內容,有什麼問題都可以問我喔!\n
|