LeonceNsh commited on
Commit
38fe0ba
·
verified ·
1 Parent(s): f755aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(css="""
167
 
168
  with gr.Row():
169
  with gr.Column(scale=1, min_width=300):
170
- gr.Markdown("### 💡 Example Queries:", elem_classes="example-queries")
171
  query_buttons = [
172
  "Calculate the average total_charges by zip_cd_of_residence",
173
  "For each zip_cd_of_residence, calculate the sum of total_charges",
 
167
 
168
  with gr.Row():
169
  with gr.Column(scale=1, min_width=300):
170
+ gr.Markdown("# 💡 Example Queries:", elem_classes="example-queries")
171
  query_buttons = [
172
  "Calculate the average total_charges by zip_cd_of_residence",
173
  "For each zip_cd_of_residence, calculate the sum of total_charges",