hynky HF Staff commited on
Commit
bd8b366
·
1 Parent(s): f8b7659

reverse search placeholder

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -398,6 +398,7 @@ Groupings:
398
  reverse_search_results = gr.Textbox(
399
  label="Found datasets",
400
  lines=10,
 
401
  )
402
 
403
 
 
398
  reverse_search_results = gr.Textbox(
399
  label="Found datasets",
400
  lines=10,
401
+ placeholder="Found datasets containing the group/stat name. You can modify the selection after search by removing unwanted lines and clicking Add to selection"
402
  )
403
 
404