Spaces:
Paused
Paused
updated app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def predict_spam(text):
|
|
| 22 |
|
| 23 |
# Create Gradio Interface
|
| 24 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 25 |
-
gr.Markdown("# π
|
| 26 |
gr.Markdown("Enter a message below to check if it's spam or not!")
|
| 27 |
|
| 28 |
with gr.Row():
|
|
|
|
| 22 |
|
| 23 |
# Create Gradio Interface
|
| 24 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 25 |
+
gr.Markdown("# π DistilBERT-Powered Spam Detector")
|
| 26 |
gr.Markdown("Enter a message below to check if it's spam or not!")
|
| 27 |
|
| 28 |
with gr.Row():
|