Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ gr.ChatInterface(chat,
|
|
93 |
description='Hello, I am Blossom, an open source conversational large language model.🌠'
|
94 |
'<a href="https://github.com/Azure99/BlossomLM">GitHub</a>',
|
95 |
theme="soft",
|
96 |
-
examples=["Hello", "What is MBTI", "用Python实现二分查找", "为switch写一篇小红书种草文案,带上emoji"],
|
97 |
additional_inputs=additional_inputs,
|
98 |
additional_inputs_accordion=gr.Accordion(label="Config", open=True),
|
99 |
clear_btn="🗑️Clear",
|
|
|
93 |
description='Hello, I am Blossom, an open source conversational large language model.🌠'
|
94 |
'<a href="https://github.com/Azure99/BlossomLM">GitHub</a>',
|
95 |
theme="soft",
|
96 |
+
examples=[["Hello"], ["What is MBTI"], ["用Python实现二分查找"], ["为switch写一篇小红书种草文案,带上emoji"]],
|
97 |
additional_inputs=additional_inputs,
|
98 |
additional_inputs_accordion=gr.Accordion(label="Config", open=True),
|
99 |
clear_btn="🗑️Clear",
|