Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|