ashutoshzade commited on
Commit
1cc810e
1 Parent(s): efb54e6

Update app.py

Browse files

Updated to Xray

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def main():
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,
24
  article=article,
25
  allow_flagging='never')
 
19
  ["Which user_id has the highest order_amount?", "shopify.csv"],
20
  ["Which payment method was used the most?", "shopify.csv"]
21
  ],
22
+ title="Xray Question Answering (TAPEX) with your own transactions",
23
  description=description,
24
  article=article,
25
  allow_flagging='never')