nnsohamnn commited on
Commit
d740850
·
verified ·
1 Parent(s): 562fd04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ classifier_examples = [
154
  generator_examples = [
155
  ["Newton's laws of motion explain", 30, 0.8],
156
  ["Climate change affects ecosystems by", 20, 0.7],
157
- ["Quantum mechanics revolutionized physics when", 10, 0.9],
158
  ["Chemical reactions occur when", 25, 0.6]
159
  ]
160
 
 
154
  generator_examples = [
155
  ["Newton's laws of motion explain", 30, 0.8],
156
  ["Climate change affects ecosystems by", 20, 0.7],
157
+ ["Quantum mechanics revolutionized physics when", 20, 0.9],
158
  ["Chemical reactions occur when", 25, 0.6]
159
  ]
160