Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def classify_text(input_text):
|
|
| 15 |
|
| 16 |
interface = gr.Interface(
|
| 17 |
fn=classify_text,
|
| 18 |
-
inputs=gr.Textbox(lines=2, placeholder="Enter your complaint"),
|
| 19 |
outputs=gr.Markdown(),
|
| 20 |
title="INDIAai CyberGuard",
|
| 21 |
description="Categorizes cyber complaints based on the victim, type of fraud, and other relevant parameters.",
|
|
|
|
| 15 |
|
| 16 |
interface = gr.Interface(
|
| 17 |
fn=classify_text,
|
| 18 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter your complaint", label="Input"),
|
| 19 |
outputs=gr.Markdown(),
|
| 20 |
title="INDIAai CyberGuard",
|
| 21 |
description="Categorizes cyber complaints based on the victim, type of fraud, and other relevant parameters.",
|