Spaces:
Runtime error
Runtime error
Jin Ziqi
commited on
Commit
·
ea1538a
1
Parent(s):
74ec24f
update the interface
Browse files
app.py
CHANGED
|
@@ -39,6 +39,7 @@ iface = gr.Interface(
|
|
| 39 |
inputs="text",
|
| 40 |
outputs="text",
|
| 41 |
title="Tab-CoT: Zero-Shot Tabular Chain-of-Thought",
|
| 42 |
-
examples="Tommy is fundraising for his charity by selling brownies for $3 a slice and cheesecakes for $4 a slice. If Tommy sells 43 brownies and 23 slices of cheesecake, how much money does Tommy raise?"
|
|
|
|
| 43 |
iface.launch()
|
| 44 |
|
|
|
|
| 39 |
inputs="text",
|
| 40 |
outputs="text",
|
| 41 |
title="Tab-CoT: Zero-Shot Tabular Chain-of-Thought",
|
| 42 |
+
examples=[["Tommy is fundraising for his charity by selling brownies for $3 a slice and cheesecakes for $4 a slice. If Tommy sells 43 brownies and 23 slices of cheesecake, how much money does Tommy raise?"]]
|
| 43 |
+
)
|
| 44 |
iface.launch()
|
| 45 |
|