Dabs commited on
Commit
821e691
1 Parent(s): 9c6c6ab
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,7 +46,7 @@ def mandelbrot_set(MAX_ITER):
46
  iface = gr.Interface(mandelbrot_set,
47
  gr.inputs.Slider(1, 100, 1),
48
  "pil",
49
- title="Floyd Steinberg dithering",
50
- description="Floyd Steinberg dithering algorithm")
51
 
52
  iface.launch()
 
46
  iface = gr.Interface(mandelbrot_set,
47
  gr.inputs.Slider(1, 100, 1),
48
  "pil",
49
+ title="Mandelbrot Set",
50
+ description="Mandelbrot Set generation with n iterations")
51
 
52
  iface.launch()