RohanSardar commited on
Commit
40ffef6
·
verified ·
1 Parent(s): edb4285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",