rasyosef commited on
Commit
80d42ab
1 Parent(s): 350fc62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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
  ]