tbitai commited on
Commit
78fb4ad
·
verified ·
1 Parent(s): 6441204

De-standardize examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ demo = gr.Interface(
68
  title="Bayes or Spam?",
69
  description="Choose and configure your model, and predict if your email is a spam! 📨<br>COMING SOON: NN and LLM models.",
70
  examples=[
71
- [BAYES, False, DEFAULT_INTR_THRESHOLD, "enron actuals for june 26, 2000"],
72
- [BAYES, False, DEFAULT_INTR_THRESHOLD, nerissa_email := "stop the aging clock nerissa"],
73
  [BAYES, True, DEFAULT_INTR_THRESHOLD, nerissa_email],
74
  ],
75
  article="This is a demo of the models in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.",
 
68
  title="Bayes or Spam?",
69
  description="Choose and configure your model, and predict if your email is a spam! 📨<br>COMING SOON: NN and LLM models.",
70
  examples=[
71
+ [BAYES, False, DEFAULT_INTR_THRESHOLD, "Enron actuals for June 26, 2000"],
72
+ [BAYES, False, DEFAULT_INTR_THRESHOLD, nerissa_email := "Stop the aging clock\nNerissa"],
73
  [BAYES, True, DEFAULT_INTR_THRESHOLD, nerissa_email],
74
  ],
75
  article="This is a demo of the models in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.",