Commit
β’
3934e6f
1
Parent(s):
301a7a9
docs: update description
Browse files
app.py
CHANGED
@@ -92,7 +92,10 @@ with gr.Blocks() as demo:
|
|
92 |
with gr.Row():
|
93 |
features = gr.Code(label="Features", language="json", visible=False)
|
94 |
with gr.Row():
|
95 |
-
query = gr.Textbox(
|
|
|
|
|
|
|
96 |
with gr.Row():
|
97 |
sql_out = gr.Code(label="SQL Query")
|
98 |
with gr.Row():
|
|
|
92 |
with gr.Row():
|
93 |
features = gr.Code(label="Features", language="json", visible=False)
|
94 |
with gr.Row():
|
95 |
+
query = gr.Textbox(
|
96 |
+
label="Natural Language Query",
|
97 |
+
placeholder="Enter a natural language query to generate SQL",
|
98 |
+
)
|
99 |
with gr.Row():
|
100 |
sql_out = gr.Code(label="SQL Query")
|
101 |
with gr.Row():
|