noahnsimbe commited on
Commit
fd23895
1 Parent(s): d51c555

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -43,6 +43,9 @@ iface = gr.Interface(
43
  fn=query,
44
  inputs="text",
45
  outputs="text",
46
- examples=[["What were the total emissions for 2022 for each category?"]],
 
 
 
47
  )
48
  iface.launch()
 
43
  fn=query,
44
  inputs="text",
45
  outputs="text",
46
+ examples=[
47
+ ["What were the total emissions for 2022 for each category?"],
48
+ ["What were the emissions for each year?"],
49
+ ],
50
  )
51
  iface.launch()