Di Zhang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -54,8 +54,8 @@ with gr.Blocks() as demo:
|
|
54 |
description="Edit Settings below if needed.",
|
55 |
examples=[
|
56 |
["How many r's are in the word strawberry?"],
|
57 |
-
['
|
58 |
-
['
|
59 |
],
|
60 |
cache_examples=False,
|
61 |
fill_height=True
|
|
|
54 |
description="Edit Settings below if needed.",
|
55 |
examples=[
|
56 |
["How many r's are in the word strawberry?"],
|
57 |
+
['If Diana needs to bike 10 miles to reach home and she can bike at a speed of 3 mph for two hours before getting tired, and then at a speed of 1 mph until she reaches home, how long will it take her to get home?'],
|
58 |
+
['Find the least odd prime factor of $2019^8+1$.'],
|
59 |
],
|
60 |
cache_examples=False,
|
61 |
fill_height=True
|