XiangJinYu commited on
Commit
350fb3a
1 Parent(s): e66eacf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ css = """ # 定义css样式
245
  """
246
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
247
  examples_list = [ # 定义示例输入列表
248
- ["Hi, littel cat!"],
249
  [
250
  "Hello."
251
  ]
 
245
  """
246
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
247
  examples_list = [ # 定义示例输入列表
248
+ ["Hi, what are you doing?"],
249
  [
250
  "Hello."
251
  ]