Commit
•
7e4e509
1
Parent(s):
c1b15b4
add link
Browse files
app.py
CHANGED
@@ -154,7 +154,11 @@ with gr.Blocks() as demo:
|
|
154 |
with gr.Row():
|
155 |
gr.Markdown(
|
156 |
"This Gradio app allows you to find similar datasets based on a given dataset ID or a text query. "
|
157 |
-
"Choose the search type and enter either a dataset ID or a text query to find similar datasets with previews of their dataset cards
|
|
|
|
|
|
|
|
|
158 |
)
|
159 |
|
160 |
with gr.Row():
|
|
|
154 |
with gr.Row():
|
155 |
gr.Markdown(
|
156 |
"This Gradio app allows you to find similar datasets based on a given dataset ID or a text query. "
|
157 |
+
"Choose the search type and enter either a dataset ID or a text query to find similar datasets with previews of their dataset cards.\n\n"
|
158 |
+
"For a seamless experience on the Hugging Face website, check out the "
|
159 |
+
"[Hugging Face Similar Chrome extension](https://chromewebstore.google.com/detail/hugging-face-similar/aijelnjllajooinkcpkpbhckbghghpnl?authuser=0&hl=en). "
|
160 |
+
"This extension adds a 'Similar Datasets' section directly to Hugging Face dataset pages, "
|
161 |
+
"making it even easier to discover related datasets for your projects."
|
162 |
)
|
163 |
|
164 |
with gr.Row():
|