devendergarg14 commited on
Commit
40c40d0
·
verified ·
1 Parent(s): b0b70e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ iface = gr.Interface(
102
  gr.HTML(label="Result or Error Message")
103
  ],
104
  title="Interpolation App",
105
- description="Enter x and y values to see the interpolation graph. The method will be chosen based on the number of points:\n2 points: Linear, 3 points: Quadratic, >3 points: Lagrange. \nOptionally, enter an x value (between min and max of input x values) to predict its corresponding y value."
106
  )
107
 
108
  iface.launch()
 
102
  gr.HTML(label="Result or Error Message")
103
  ],
104
  title="Interpolation App",
105
+ #description="Enter x and y values to see the interpolation graph. The method will be chosen based on the number of points:\n2 points: Linear, 3 points: Quadratic, >3 points: Lagrange. \nOptionally, enter an x value (between min and max of input x values) to predict its corresponding y value."
106
  )
107
 
108
  iface.launch()