LeonceNsh commited on
Commit
df67c56
·
verified ·
1 Parent(s): 1fa796c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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**: Check the "Dataset Schema" tab to understand available columns and their types.
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