Ganesh43 commited on
Commit
9c64f12
1 Parent(s): fb72267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -15,9 +15,9 @@ def main():
15
  outputs=[gr.JSON(label="Result"),
16
  gr.Dataframe(label="All data")],
17
  examples=[
18
- ["What is the highest order_amount?", "Retail_sales_dataset.csv"],
19
- ["Which user_id has the highest order_amount?", "Retail_sales_dataset.csv"],
20
- ["Which payment method was used the most?", "Retail_sales_dataset.csv"]
21
  ],
22
  title="Table Question Answering (TAPEX)",
23
  description=description,
 
15
  outputs=[gr.JSON(label="Result"),
16
  gr.Dataframe(label="All data")],
17
  examples=[
18
+ ["What is the highest order_amount?", "Shopify.csv"],
19
+ ["Which user_id has the highest order_amount?", "Shopify.csv"],
20
+ ["Which payment method was used the most?", "Shopify.csv"]
21
  ],
22
  title="Table Question Answering (TAPEX)",
23
  description=description,