Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,9 @@ app = gr.Interface(
|
|
37 |
fn=codeinterpreter,
|
38 |
inputs=[inp1,inp2,inp3],
|
39 |
outputs=["text","gallery"],
|
40 |
-
examples=[[
|
41 |
-
["Plot a sin wave and show it to me."],
|
42 |
-
["怡亚通最近半年走势"],
|
43 |
-
["Plot the bitcoin chart of 2023 YTD"
|
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()
|