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