Azure99 commited on
Commit
fd743fd
1 Parent(s): 86adf77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",