asoria HF staff commited on
Commit
cb7593c
·
verified ·
1 Parent(s): 47f2421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- 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")
 
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")