johnhelf commited on
Commit
c71baae
·
1 Parent(s): 328ceca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -37,9 +37,9 @@ app = gr.Interface(
37
  fn=codeinterpreter,
38
  inputs=[inp1,inp2,inp3],
39
  outputs=["text","gallery"],
40
- examples=[["Plot the nvidea stock vs microsoft stock over the last 6 months.",
41
- "Plot a sin wave and show it to me.",
42
- "怡亚通最近半年走势",
43
- "Plot the bitcoin chart of 2023 YTD"],[inp1]]
44
  )
45
  app.launch()
 
37
  fn=codeinterpreter,
38
  inputs=[inp1,inp2,inp3],
39
  outputs=["text","gallery"],
40
+ examples=[[["Plot the nvidea stock vs microsoft stock over the last 6 months."],
41
+ ["Plot a sin wave and show it to me."],
42
+ ["怡亚通最近半年走势"],
43
+ ["Plot the bitcoin chart of 2023 YTD"]],[inp2]]
44
  )
45
  app.launch()