Di Zhang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
|
|
66 |
['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?'],
|
67 |
['Find the least odd prime factor of $2019^8+1$.'],
|
68 |
],
|
69 |
-
cache_examples=
|
70 |
fill_height=True,
|
71 |
)
|
72 |
|
|
|
66 |
['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?'],
|
67 |
['Find the least odd prime factor of $2019^8+1$.'],
|
68 |
],
|
69 |
+
cache_examples=True,
|
70 |
fill_height=True,
|
71 |
)
|
72 |
|