David Fischer commited on
Commit
a839f98
1 Parent(s): 56253d9

Add helper text about 100+ words

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def classify(input_text):
24
 
25
  iface = gr.Interface(
26
  fn=classify,
27
- inputs=gr.Textbox(lines=5, placeholder="Input text to detect the topic classification..."),
28
  outputs="text",
29
  )
30
  iface.launch()
24
 
25
  iface = gr.Interface(
26
  fn=classify,
27
+ inputs=gr.Textbox(lines=5, placeholder="Input text to detect the topic classification. Works best on inputs of 100+ words."),
28
  outputs="text",
29
  )
30
  iface.launch()