carrie commited on
Commit
0a178bf
1 Parent(s): 641a09b

add more examples

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -100,7 +100,11 @@ gr.Interface(
100
  article=article,
101
  examples=[
102
  ['''If a sheep's wool never stops growing, how are they not extinct?''',
103
- '''It's already answered that continuous wool growth has been selected by human breeders, but there's a misconception in your question that I'd like to address.Evolution doesn't select for what is best for *the individual*.Traits that help the individual don't necessarily survive.Only traits that ensure *procreation* survive.The quality of life is no concern to nature.Think of pain.There's absolutely no sense of us feeling excruciating pain.When you're dying, its about as much help to you as a sheep with meter long hair.Pain itself however is very useful during lifetime to avoid injury.An individual capable of feeling pain is much more likely to procreate than an individual which is not.That said, it is very unlikely for an expensive trait like growing massive amounts of wool to occur in wild sheep.However, given the right circumstances, it could well occur.Provided it doesn't hamper reproduction too much.''']
 
 
 
 
104
  ]
105
  ).launch(enable_queue=True)
106
 
 
100
  article=article,
101
  examples=[
102
  ['''If a sheep's wool never stops growing, how are they not extinct?''',
103
+ '''It's already answered that continuous wool growth has been selected by human breeders, but there's a misconception in your question that I'd like to address.Evolution doesn't select for what is best for *the individual*.Traits that help the individual don't necessarily survive.Only traits that ensure *procreation* survive.The quality of life is no concern to nature.Think of pain.There's absolutely no sense of us feeling excruciating pain.When you're dying, its about as much help to you as a sheep with meter long hair.Pain itself however is very useful during lifetime to avoid injury.An individual capable of feeling pain is much more likely to procreate than an individual which is not.That said, it is very unlikely for an expensive trait like growing massive amounts of wool to occur in wild sheep.However, given the right circumstances, it could well occur.Provided it doesn't hamper reproduction too much.'''],
104
+ ['''Why don't some planets in our solar system orbit the other way around the Sun?''',
105
+ '''Try to imagine the solar system before there was even really a star.There would have been a cloud of material flying all around.If everything was very random, then very little would have enough speed to avoid being sucked into the newly forming star. If some things had a velocity in one direction and other things had a velocity in another direction, then they would likely end up dragging on each other, slow down, and get pulled in. What we think happened is that as the sun was forming, it acquired a spin and that spin ended up transferring to the cloud of material, shaping it into a disc which eventually would collect together to form the planets. Without this spin, the material would have just fallen into the sun and it would have burned a little bit brighter.'''],
106
+ ['''Why are skyscraper windows still washed by hand?''',
107
+ '''I worked on a window-washing robot that cleaned acres of rooftops over a huge commercial greenhouse. Worked great, except when it didn't, and would either break down completely or just get lost and start climbing the wrong parts of the structure. Then repair techs and manual window washers still have to be employed. I think this ends up being a cost/benefit problem where the reliability of our robots and price of implementation isn't quite at the point where it makes this commercially viable for skyscrapers. For what it's worth, I think the Twin Towers actually used a washer robot on the upper floors to limited success.''']
108
  ]
109
  ).launch(enable_queue=True)
110