Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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?", "
|
19 |
-
["Which user_id has the highest order_amount?", "
|
20 |
-
["Which payment method was used the most?", "
|
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,
|