jemole commited on
Commit
a52b36f
·
1 Parent(s): 3b5a9d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
24
  outputs="label",
25
  examples=["I will help you win the lottery, my friend", "Please, darling, could you pick up the kids from school today?"],
26
  title="Ham or spam?",
27
- description="Copy the text message you just received and we'll let you know if it is ham or spam",
28
  )
29
 
30
  iface.launch()
 
24
  outputs="label",
25
  examples=["I will help you win the lottery, my friend", "Please, darling, could you pick up the kids from school today?"],
26
  title="Ham or spam?",
27
+ description="Copy and paste the text message you just received and we'll let you know if it is ham or spam",
28
  )
29
 
30
  iface.launch()