inkleaves commited on
Commit
ff0435b
·
verified ·
1 Parent(s): a436929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ app = gr.Interface(
19
  inputs="text",
20
  outputs="text",
21
  live=False,
 
22
  title="Spam Detection", # Title of the app
23
  description="This app classifies text as either Spam or Ham.", # Description of the app
24
  )
 
19
  inputs="text",
20
  outputs="text",
21
  live=False,
22
+ allow_clear=True,
23
  title="Spam Detection", # Title of the app
24
  description="This app classifies text as either Spam or Ham.", # Description of the app
25
  )