wangzhang commited on
Commit
7d495f7
·
1 Parent(s): c98d541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -120,9 +120,10 @@ chat_interface = gr.ChatInterface(
120
  ],
121
  stop_btn=None,
122
  examples=[
123
- ["如何安装巨杉数据库SequioaDB?"],
124
- ["巨杉数据库SequioaDB有哪些优势?"],
125
- ["巨杉数据库SequioaDB是什么?"],
 
126
  ],
127
  )
128
 
 
120
  ],
121
  stop_btn=None,
122
  examples=[
123
+ ["SequoiaDB巨杉数据库支持哪些类型的数据库实例?"],
124
+ ["SequoiaDB巨杉数据库的关键特性有哪些?"],
125
+ ["SequoiaDB巨杉数据库是什么?"],
126
+ ["SequoiaDB 巨杉数据库的协调节点的作用是什么?"],
127
  ],
128
  )
129