Upload app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ system_msg_info = """对话可以从系统消息开始,以轻松地指导助
|
|
120 |
系统消息有助于设置 AI 助手的行为。例如,可以用 '你是一个有帮助的助手。' 来指示助手。"""
|
121 |
|
122 |
# 修改现有的 Gradio 主题
|
123 |
-
theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="
|
124 |
text_size=gr.themes.sizes.text_lg)
|
125 |
|
126 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|
|
|
120 |
系统消息有助于设置 AI 助手的行为。例如,可以用 '你是一个有帮助的助手。' 来指示助手。"""
|
121 |
|
122 |
# 修改现有的 Gradio 主题
|
123 |
+
theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="purple", neutral_hue="purple",
|
124 |
text_size=gr.themes.sizes.text_lg)
|
125 |
|
126 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|