Commit
•
b36a3f3
1
Parent(s):
b4d283f
Typo search input (#1)
Browse files- Typo search input (a8bb1fc25d60b45782cab37bad41c9ffd8e19c0e)
Co-authored-by: Daniel Vila <[email protected]>
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
|
|
122 |
with gr.Column():
|
123 |
search_in = HuggingfaceHubSearch(
|
124 |
label="Search Huggingface Hub",
|
125 |
-
placeholder="Search for
|
126 |
search_type="dataset",
|
127 |
sumbit_on_select=True,
|
128 |
)
|
|
|
122 |
with gr.Column():
|
123 |
search_in = HuggingfaceHubSearch(
|
124 |
label="Search Huggingface Hub",
|
125 |
+
placeholder="Search for datasets on Huggingface",
|
126 |
search_type="dataset",
|
127 |
sumbit_on_select=True,
|
128 |
)
|