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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ app = gr.Interface(
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
  )
 
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
  )