devendergarg14 commited on
Commit
b0b70e8
·
verified ·
1 Parent(s): 330c40e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),