Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with gr.Blocks() as demo:
|
|
202 |
2. **Generate SQL**: Click "Generate SQL" to see the SQL query that will be executed.
|
203 |
3. **Execute Query**: Click "Execute Query" to run the query and view the results.
|
204 |
4. **View Plot**: If your query involves plotting, the plot will be displayed.
|
205 |
-
5. **View Dataset Schema**:
|
206 |
|
207 |
## Example Queries
|
208 |
|
|
|
202 |
2. **Generate SQL**: Click "Generate SQL" to see the SQL query that will be executed.
|
203 |
3. **Execute Query**: Click "Execute Query" to run the query and view the results.
|
204 |
4. **View Plot**: If your query involves plotting, the plot will be displayed.
|
205 |
+
5. **View Dataset Schema**: to understand available columns and their types.
|
206 |
|
207 |
## Example Queries
|
208 |
|