Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,6 @@ with gr.Blocks() as demo:
|
|
67 |
examples=[
|
68 |
["Translate the word 'cat' to German."],
|
69 |
["Recommend me three animated movies."],
|
70 |
-
["Solve this quadratic equation.\n\nx^2 + 3x + 2 = 0\nwhat is the value of x?"],
|
71 |
["Implement Euclid's GCD Algorithm in python"],
|
72 |
["Molly and Abigail want to attend a beauty and modeling contest. They both want to buy new pairs of shoes and dresses. Molly buys a pair of shoes which costs $40 and a dress which costs $160. How much should Abigail budget if she wants to spend half of what Molly spent on the pair of shoes and dress?"],
|
73 |
]
|
|
|
67 |
examples=[
|
68 |
["Translate the word 'cat' to German."],
|
69 |
["Recommend me three animated movies."],
|
|
|
70 |
["Implement Euclid's GCD Algorithm in python"],
|
71 |
["Molly and Abigail want to attend a beauty and modeling contest. They both want to buy new pairs of shoes and dresses. Molly buys a pair of shoes which costs $40 and a dress which costs $160. How much should Abigail budget if she wants to spend half of what Molly spent on the pair of shoes and dress?"],
|
72 |
]
|