Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ iface = gr.Interface(
|
|
95 |
inputs=[
|
96 |
gr.Textbox(label="X values (comma-separated)"),
|
97 |
gr.Textbox(label="Y values (comma-separated)"),
|
98 |
-
gr.Number(label="X value to predict (optional)")
|
99 |
],
|
100 |
outputs=[
|
101 |
gr.Plot(label="Interpolation Plot"),
|
|
|
95 |
inputs=[
|
96 |
gr.Textbox(label="X values (comma-separated)"),
|
97 |
gr.Textbox(label="Y values (comma-separated)"),
|
98 |
+
gr.Number(label="X value to predict (optional)", value=lambda: None)
|
99 |
],
|
100 |
outputs=[
|
101 |
gr.Plot(label="Interpolation Plot"),
|