Commit
•
2c755e0
1
Parent(s):
dea9c3f
spelling
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def query(search_term, search_type):
|
|
82 |
|
83 |
|
84 |
with gr.Blocks() as demo:
|
85 |
-
gr.Markdown("## 🤗 Semantic
|
86 |
with gr.Row():
|
87 |
gr.Markdown(
|
88 |
"This Gradio app allows you to search for datasets based on their descriptions. You can either search for similar datasets to a given dataset or search for datasets based on a query."
|
|
|
82 |
|
83 |
|
84 |
with gr.Blocks() as demo:
|
85 |
+
gr.Markdown("## 🤗 Semantic Dataset Search")
|
86 |
with gr.Row():
|
87 |
gr.Markdown(
|
88 |
"This Gradio app allows you to search for datasets based on their descriptions. You can either search for similar datasets to a given dataset or search for datasets based on a query."
|