Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,8 @@ with gr.Blocks(css=".main{max-width: 700px;margin: 40px auto;}") as demo:
|
|
25 |
value=False,
|
26 |
color="green",
|
27 |
interactive=False,
|
|
|
|
|
28 |
)
|
29 |
|
30 |
input.change(fn=update, inputs=input, outputs=output)
|
|
|
25 |
value=False,
|
26 |
color="green",
|
27 |
interactive=False,
|
28 |
+
radius="sm",
|
29 |
+
transition=1,
|
30 |
)
|
31 |
|
32 |
input.change(fn=update, inputs=input, outputs=output)
|