johnhelf commited on
Commit
1c340f5
1 Parent(s): c71baae

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"]],[inp2]]
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.",None],
41
+ ["","Plot a sin wave and show it to me.",None],
42
+ ["","怡亚通最近半年走势",None],
43
+ ["","Plot the bitcoin chart of 2023 YTD",None]]
44
  )
45
  app.launch()