Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ examples = [
|
|
79 |
["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],
|
80 |
["Q & A\n\nQuestion:\nWhy is the sky blue?\n\nDetailed Expert Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
|
81 |
["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],
|
82 |
-
["Here is a shell script
|
83 |
["List of penguin facts:\n1.", 100, 1.0, 0.85, 0.1, 0.1]
|
84 |
]
|
85 |
|
|
|
79 |
["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],
|
80 |
["Q & A\n\nQuestion:\nWhy is the sky blue?\n\nDetailed Expert Answer:\n", 100, 1.0, 0.85, 0.1, 0.1],
|
81 |
["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],
|
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 |
["List of penguin facts:\n1.", 100, 1.0, 0.85, 0.1, 0.1]
|
84 |
]
|
85 |
|