Di Zhang commited on
Commit
be02eff
·
verified ·
1 Parent(s): 130dc90

Update app.py

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