prthgo commited on
Commit
c47f71b
1 Parent(s): da76625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def preprocess(text):
31
 
32
  iface = gr.Interface(
33
  fn=classify_msg,
34
- inputs=gr.inputs.Textbox(placeholder='If your message has more than 50 words, the probability of a correct prediction is high.'),
35
  outputs="text",
36
  )
37
 
 
31
 
32
  iface = gr.Interface(
33
  fn=classify_msg,
34
+ inputs=gr.inputs.Textbox(placeholder='Type Message Here'),
35
  outputs="text",
36
  )
37