Update app.py
Browse files
app.py
CHANGED
@@ -14,11 +14,6 @@ def main():
|
|
14 |
gr.File(label="CSV file")],
|
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,
|
24 |
article=article,
|
|
|
14 |
gr.File(label="CSV file")],
|
15 |
outputs=[gr.JSON(label="Result"),
|
16 |
gr.Dataframe(label="All data")],
|
|
|
|
|
|
|
|
|
|
|
17 |
title="Table Question Answering (TAPEX)",
|
18 |
description=description,
|
19 |
article=article,
|