BlinkDL commited on
Commit
3da85a5
1 Parent(s): 80b71b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,10 +79,10 @@ examples = [
79
  ["Expert Questions & Helpful Answers\nAsk Research Experts\nQuestion:\nHow can we eliminate poverty?\n\nFull Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
80
  ["Ask Expert\n\nQuestion:\nWhat are some good plans for world peace?\n\nExpert Full Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
81
  ["Q & A\n\nQuestion:\nWhy is the sky blue?\n\nDetailed Expert Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
82
- ["Simply put, the theory of relativity states that", 100, 1.0, 0.85, 0.1, 0.1],
83
  ["Here is a shell script to find all .hpp files in /home/workspace and delete the 3th row string of these files:", 100, 1.0, 0.85, 0.1, 0.1],
84
  ["Building a website can be done in 10 simple steps:\n1.", 100, 1.0, 0.85, 0.1, 0.1],
85
  ["I believe the meaning of life is", 100, 1.0, 0.85, 0.1, 0.1],
 
86
  ]
87
 
88
 
 
79
  ["Expert Questions & Helpful Answers\nAsk Research Experts\nQuestion:\nHow can we eliminate poverty?\n\nFull Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
80
  ["Ask Expert\n\nQuestion:\nWhat are some good plans for world peace?\n\nExpert Full Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
81
  ["Q & A\n\nQuestion:\nWhy is the sky blue?\n\nDetailed Expert Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
 
82
  ["Here is a shell script to find all .hpp files in /home/workspace and delete the 3th row string of these files:", 100, 1.0, 0.85, 0.1, 0.1],
83
  ["Building a website can be done in 10 simple steps:\n1.", 100, 1.0, 0.85, 0.1, 0.1],
84
  ["I believe the meaning of life is", 100, 1.0, 0.85, 0.1, 0.1],
85
+ ["Simply put, the theory of relativity states that", 100, 1.0, 0.85, 0.1, 0.1],
86
  ]
87
 
88