ZennyKenny commited on
Commit
15f10e9
·
verified ·
1 Parent(s): 18bb121

readme updates

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -120,11 +120,12 @@ with gr.Blocks() as demo:
120
 
121
  This tool allows you to query a receipts database using natural language. Simply type your question into the input box, and the tool will generate and execute an SQL query to retrieve relevant data. The results will be displayed in the output box.
122
 
123
- ### How to Use:
124
  1. Enter a question related to the receipts data in the text box.
125
  2. The tool will convert your question into an SQL query and execute it.
126
  3. The result will be displayed in the output box.
127
- 4. The current receipts table is also displayed for reference.
 
128
  """)
129
 
130
  with gr.Row():
 
120
 
121
  This tool allows you to query a receipts database using natural language. Simply type your question into the input box, and the tool will generate and execute an SQL query to retrieve relevant data. The results will be displayed in the output box.
122
 
123
+ ### Usage:
124
  1. Enter a question related to the receipts data in the text box.
125
  2. The tool will convert your question into an SQL query and execute it.
126
  3. The result will be displayed in the output box.
127
+
128
+ > The current receipts table is also displayed for reference.
129
  """)
130
 
131
  with gr.Row():