Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
|
|
74 |
stop_btn=None,
|
75 |
examples=[
|
76 |
["Hi"],
|
77 |
-
["What's the German word for
|
78 |
["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?"],
|
79 |
]
|
80 |
)
|
|
|
74 |
stop_btn=None,
|
75 |
examples=[
|
76 |
["Hi"],
|
77 |
+
["What's the German word for 'car'?"],
|
78 |
["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?"],
|
79 |
]
|
80 |
)
|