Update app.py
Browse files
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",
|