prithivMLmods commited on
Commit
2295ad4
Β·
verified Β·
1 Parent(s): 57d9ac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ demo = gr.ChatInterface(
113
  ["Rectangle $ABCD$ is the base of pyramid $PABCD$. If $AB = 10$, $BC = 5$, $\overline{PA}\perp \text{plane } ABCD$, and $PA = 8$, then what is the volume of $PABCD$?"],
114
  ["Difference between List comprehension and Lambda in Python lst = [x ** 2 for x in range (1, 11) if x % 2 == 1] print(lst)"],
115
  ["How many hours does it take a man to eat a Helicopter?"],
116
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
117
  ],
118
  cache_examples=False,
119
  type="messages",
 
113
  ["Rectangle $ABCD$ is the base of pyramid $PABCD$. If $AB = 10$, $BC = 5$, $\overline{PA}\perp \text{plane } ABCD$, and $PA = 8$, then what is the volume of $PABCD$?"],
114
  ["Difference between List comprehension and Lambda in Python lst = [x ** 2 for x in range (1, 11) if x % 2 == 1] print(lst)"],
115
  ["How many hours does it take a man to eat a Helicopter?"],
116
+ ["How Many R's in the Word 'STRAWBERRY' ?"],
117
  ],
118
  cache_examples=False,
119
  type="messages",