Peter Szemraj commited on
Commit
a9a06c0
1 Parent(s): 503bd11

update num examples

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -180,10 +180,17 @@ if __name__ == "__main__":
180
  chat,
181
  inputs=["text"],
182
  outputs="html",
183
- examples_per_page=6,
184
  examples=[
185
  "How many people inhabit Rhode Island?",
186
  "What do you call the wheeled contraption which carries an airplane's luggage from place to place?",
 
 
 
 
 
 
 
187
  "Who is the Governor of Alaska?",
188
  "Why is it called a TV set when you only have one?",
189
  "If we were in outer space, would everything appear smaller or bigger?",
 
180
  chat,
181
  inputs=["text"],
182
  outputs="html",
183
+ examples_per_page=10,
184
  examples=[
185
  "How many people inhabit Rhode Island?",
186
  "What do you call the wheeled contraption which carries an airplane's luggage from place to place?",
187
+ "What kind of animal is a platypus?",
188
+ "What is the main ingredient in chewing gum?",
189
+ "How many states are there in the United States?",
190
+ "How many continents are there in the world?",
191
+ "What is the name of the largest desert in the world?",
192
+ "Who wrote Romeo and Juliet?",
193
+ "Why do we sing Happy Birthday to someone twice on their birthday?",
194
  "Who is the Governor of Alaska?",
195
  "Why is it called a TV set when you only have one?",
196
  "If we were in outer space, would everything appear smaller or bigger?",