Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,9 +102,9 @@ def text2sql(dataset_name, query_input):
|
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
with gr.Row():
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
with gr.Row():
|
109 |
with gr.Column(scale=1, min_width=600):
|
110 |
dataset_name = gr.Textbox("jamescalam/world-cities-geo", label="Dataset Name")
|
|
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
with gr.Row():
|
105 |
+
gr.Markdown("# Generate SQL queries based on a given text for your dataset")
|
106 |
+
gr.Markdown("This space showcase how to generate a SQL query from a text and get the result.")
|
107 |
+
gr.Markdown("Tech stack: duckdb and DuckDB-NSQL-7B model")
|
108 |
with gr.Row():
|
109 |
with gr.Column(scale=1, min_width=600):
|
110 |
dataset_name = gr.Textbox("jamescalam/world-cities-geo", label="Dataset Name")
|