Spaces:
Runtime error
Runtime error
ashutoshzade
commited on
Commit
•
1cc810e
1
Parent(s):
efb54e6
Update app.py
Browse filesUpdated to Xray
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="
|
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')
|