Spaces:
Sleeping
Sleeping
josh-sematic
commited on
Commit
•
f453842
1
Parent(s):
88d820d
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ example = HuggingfaceHubSearch().example_value()
|
|
14 |
|
15 |
HEADER_CONTENT = (
|
16 |
"# 🤗 Dataset DuckDB Query Chatbot\n\n"
|
17 |
-
"This is a basic text to SQL tool that allows you to query datasets on
|
18 |
"It's a fork of "
|
19 |
"[davidberenstein1957/text-to-sql-hub-datasets](https://huggingface.co/spaces/davidberenstein1957/text-to-sql-hub-datasets) "
|
20 |
"that adds chat capability and table name generation."
|
@@ -214,7 +214,7 @@ with gr.Blocks() as demo:
|
|
214 |
gr.Markdown(ABOUT_CONTENT)
|
215 |
with gr.Row():
|
216 |
search_in = HuggingfaceHubSearch(
|
217 |
-
label="Search
|
218 |
placeholder="Search for models on Huggingface",
|
219 |
search_type="dataset",
|
220 |
sumbit_on_select=True,
|
|
|
14 |
|
15 |
HEADER_CONTENT = (
|
16 |
"# 🤗 Dataset DuckDB Query Chatbot\n\n"
|
17 |
+
"This is a basic text to SQL tool that allows you to query datasets on Hugging Face Hub. "
|
18 |
"It's a fork of "
|
19 |
"[davidberenstein1957/text-to-sql-hub-datasets](https://huggingface.co/spaces/davidberenstein1957/text-to-sql-hub-datasets) "
|
20 |
"that adds chat capability and table name generation."
|
|
|
214 |
gr.Markdown(ABOUT_CONTENT)
|
215 |
with gr.Row():
|
216 |
search_in = HuggingfaceHubSearch(
|
217 |
+
label="Search Hugging Face Hub",
|
218 |
placeholder="Search for models on Huggingface",
|
219 |
search_type="dataset",
|
220 |
sumbit_on_select=True,
|