devendergarg14 commited on
Commit
caef810
·
verified ·
1 Parent(s): 83c0e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ def toggle_plot_options(show_options):
174
  with gr.Blocks(theme=seafoam) as iface:
175
  #gr.Markdown("# Interpolation App")
176
  gr.Markdown('<h1 style="text-align:center;">Interpolation App</h1>')
177
- gr.Markdown("Enter x and y values to see the interpolation graph. Choose the interpolation method using the radio buttons. Optionally, enter an x value (between min and max of input x values) to predict its corresponding y value. Note: Newton Forward and Backward methods require uniform x spacing.")
178
 
179
  show_options = gr.State(False)
180
 
 
174
  with gr.Blocks(theme=seafoam) as iface:
175
  #gr.Markdown("# Interpolation App")
176
  gr.Markdown('<h1 style="text-align:center;">Interpolation App</h1>')
177
+ gr.Markdown("Enter x and y values to see the interpolation graph")
178
 
179
  show_options = gr.State(False)
180