Update app.py
Browse files
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("
|
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",
|