Update TableQAGradio.py
Browse files- TableQAGradio.py +3 -3
TableQAGradio.py
CHANGED
|
@@ -40,9 +40,9 @@ iface = gr.Interface(
|
|
| 40 |
title="Multi-input Processor",
|
| 41 |
description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
|
| 42 |
examples=[
|
| 43 |
-
["","Literature_review_Test", "How many papers are before the year 2020?"],
|
| 44 |
-
["","Literature_review_Test", "How many papers are after the year 2020?"],
|
| 45 |
-
["","Literature_review_Test", "what is the paper with NISIT in the title?"],
|
| 46 |
],
|
| 47 |
)
|
| 48 |
|
|
|
|
| 40 |
title="Multi-input Processor",
|
| 41 |
description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
|
| 42 |
examples=[
|
| 43 |
+
["","Literature_review_Test.xlsx", "How many papers are before the year 2020?"],
|
| 44 |
+
["","Literature_review_Test.xlsx", "How many papers are after the year 2020?"],
|
| 45 |
+
["","Literature_review_Test.xlsx", "what is the paper with NISIT in the title?"],
|
| 46 |
],
|
| 47 |
)
|
| 48 |
|