Gyaneshere commited on
Commit
ae31a51
Β·
verified Β·
1 Parent(s): e89e5fd

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# πŸš€ AI-Powered Spam Detector")
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():