Jin Ziqi commited on
Commit
ea1538a
·
1 Parent(s): 74ec24f

update the interface

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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