svjack commited on
Commit
dff0cfc
1 Parent(s): efb403c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -56,9 +56,13 @@ gr.ChatInterface(predict,
56
  title="ChatGLM3 Chatbot 🐼",
57
  description="与人工智能助手 ChatGLM3 进行对话",
58
  theme="soft",
59
- examples=["你听说过马克思吗?", "如何进行经济建设?", "明朝内阁制度的特点是什么?",
 
60
  "请解释下面的emoji符号描述的情景👨👩🔥❄️",
61
- ],
 
 
 
62
  cache_examples=False,
63
  retry_btn=None,
64
  undo_btn="Delete Previous",
 
56
  title="ChatGLM3 Chatbot 🐼",
57
  description="与人工智能助手 ChatGLM3 进行对话",
58
  theme="soft",
59
+ examples=[
60
+ "哈利波特和赫敏是什么关系?",
61
  "请解释下面的emoji符号描述的情景👨👩🔥❄️",
62
+ "明朝内阁制度的特点是什么?",
63
+ "如何进行经济建设?",
64
+ "你听说过马克思吗?",
65
+ ],
66
  cache_examples=False,
67
  retry_btn=None,
68
  undo_btn="Delete Previous",