Dabs commited on
Commit
e660b27
1 Parent(s): 09fb30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Mandelbrot Set",
50
  description="Mandelbrot Set generation with n iterations")
51
 
52
  iface.launch()
 
46
  iface = gr.Interface(mandelbrot_set,
47
  gr.inputs.Slider(1, 100, 1),
48
  "pil",
49
+ title='Mandelbrot Set <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Cat_November_2010-1a.jpg/767px-Cat_November_2010-1a.jpg">',
50
  description="Mandelbrot Set generation with n iterations")
51
 
52
  iface.launch()