Spaces:
Running
Running
Fix line break in description
Browse files
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 |
],
|