Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,6 @@ def plot_pens(place_holder):
|
|
| 19 |
|
| 20 |
iface = gr.Interface(
|
| 21 |
fn=plot_pens,
|
| 22 |
-
layout="vertical",
|
| 23 |
inputs=["checkbox"],
|
| 24 |
outputs=["plot"],
|
| 25 |
title="Scatterplot of Palmer Penguins",
|
|
|
|
| 19 |
|
| 20 |
iface = gr.Interface(
|
| 21 |
fn=plot_pens,
|
|
|
|
| 22 |
inputs=["checkbox"],
|
| 23 |
outputs=["plot"],
|
| 24 |
title="Scatterplot of Palmer Penguins",
|