Spaces:
Runtime error
Runtime error
reverse search placeholder
Browse files
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 |
|