johnhelf commited on
Commit
c5f8aac
1 Parent(s): 9c2a562

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as app:
44
  gr.Examples([["Plot the nvidea stock vs microsoft stock over the last 6 months."],
45
  ["Plot a sin wave and show it to me."],
46
  ["贵州茅台最近半年走势"],
47
- [Plot the bitcoin chart of 2023 YTD"]],
48
  [inp2])
49
  btn = gr.Button(value="Mirror Image")
50
  btn.click(codeinterpreter, inputs=[inp1,inp2,inp3], outputs=[out1,out2])
 
44
  gr.Examples([["Plot the nvidea stock vs microsoft stock over the last 6 months."],
45
  ["Plot a sin wave and show it to me."],
46
  ["贵州茅台最近半年走势"],
47
+ ["Plot the bitcoin chart of 2023 YTD"]],
48
  [inp2])
49
  btn = gr.Button(value="Mirror Image")
50
  btn.click(codeinterpreter, inputs=[inp1,inp2,inp3], outputs=[out1,out2])