Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,16 +157,13 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
|
157 |
results_out = gr.DataFrame(
|
158 |
label="Results"
|
159 |
)
|
160 |
-
plot_out = gr.Plot(
|
161 |
-
label="Visualization"
|
162 |
-
)
|
163 |
|
164 |
# Instructions
|
165 |
gr.Markdown("""
|
166 |
## Instructions
|
167 |
1. **Enter a query**: Type in a natural language query in the textbox.
|
168 |
2. **Use Example Queries**: Click on any example query button above.
|
169 |
-
3. **Generate SQL and Plot**: Click "Execute" to see results
|
170 |
""")
|
171 |
|
172 |
# =========================
|
|
|
157 |
results_out = gr.DataFrame(
|
158 |
label="Results"
|
159 |
)
|
|
|
|
|
|
|
160 |
|
161 |
# Instructions
|
162 |
gr.Markdown("""
|
163 |
## Instructions
|
164 |
1. **Enter a query**: Type in a natural language query in the textbox.
|
165 |
2. **Use Example Queries**: Click on any example query button above.
|
166 |
+
3. **Generate SQL and Plot**: Click "Execute" to see results.
|
167 |
""")
|
168 |
|
169 |
# =========================
|