Pravincoder commited on
Commit
34e8a4d
·
verified ·
1 Parent(s): fb04950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def spam_detection(message):
21
  # Gradio Interface
22
  ui = gr.Interface(
23
  fn=spam_detection,
24
- inputs=gr.Textbox(label="Enter a message:"),
25
  outputs="text",
26
  live=True,
27
  theme="huggingface",
 
21
  # Gradio Interface
22
  ui = gr.Interface(
23
  fn=spam_detection,
24
+ inputs=gr.Textbox(label="Enter a message:",info='Check spam or not spam msg',lines=5),
25
  outputs="text",
26
  live=True,
27
  theme="huggingface",