baconnier commited on
Commit
084ec2b
1 Parent(s): c558e5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ class GradioInterface:
177
  ["Is nuclear energy good?", "verse"],
178
  ["How does a computer work?", "phor"],
179
  ["How to make money fast?", "done"],
180
- ["how can you prove IT0's lemma in stochastic calculus ?", "star"],
181
  ],
182
  inputs=[prompt_text, meta_prompt_choice]
183
  )
 
177
  ["Is nuclear energy good?", "verse"],
178
  ["How does a computer work?", "phor"],
179
  ["How to make money fast?", "done"],
180
+ ["how can you prove IT0's lemma in stochastic calculus ?", "arpe"],
181
  ],
182
  inputs=[prompt_text, meta_prompt_choice]
183
  )