Spaces:
Running
Running
dennistrujillo
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ iface = gr.Interface(
|
|
84 |
gr.Number(label="X max"),
|
85 |
gr.Number(label="Y max")
|
86 |
],
|
87 |
-
outputs=
|
88 |
)
|
89 |
|
90 |
iface.launch()
|
|
|
84 |
gr.Number(label="X max"),
|
85 |
gr.Number(label="Y max")
|
86 |
],
|
87 |
+
outputs="plot"
|
88 |
)
|
89 |
|
90 |
iface.launch()
|