Di Zhang commited on
Commit
7271565
·
verified ·
1 Parent(s): 3293bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ['What is the most optimal way to do Test-Time Scaling?'],
58
- ['Explain to me how gravity works like I am 5!'],
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