tbitai commited on
Commit
d9344b1
1 Parent(s): 00004b1

Fix line break in description

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -11,9 +11,7 @@ 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! 📨
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
  ],
 
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! 📨<br>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
  ],