tbitai commited on
Commit
00004b1
·
verified ·
1 Parent(s): 6cc3b53

Description tweaks

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -11,7 +11,9 @@ demo = gr.Interface(
11
  ],
12
  outputs=[gr.Number(label="Spam probability")],
13
  title="Bayes or Spam?",
14
- description="Choose your model, and predict if your email is a spam! COMING SOON: Bayesian, NN and LLM models.",
 
 
15
  examples=[
16
  ["spam-rate", "revision #1 - hpl noms for november 3, 2000 (see attached file: hplnl 103.xls) - hplnl 103.xls"],
17
  ],
 
11
  ],
12
  outputs=[gr.Number(label="Spam probability")],
13
  title="Bayes or Spam?",
14
+ description="Choose your model, and predict if your email is a spam! 📨
15
+
16
+ COMING SOON: Bayesian, NN and LLM models.",
17
  examples=[
18
  ["spam-rate", "revision #1 - hpl noms for november 3, 2000 (see attached file: hplnl 103.xls) - hplnl 103.xls"],
19
  ],