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