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