devendergarg14 commited on
Commit
83c0e71
1 Parent(s): 4ee8a04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def toggle_plot_options(show_options):
173
 
174
  with gr.Blocks(theme=seafoam) as iface:
175
  #gr.Markdown("# Interpolation App")
176
- gr.Makrdown("<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)
 
173
 
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)