Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ def f1():
|
|
16 |
|
17 |
bl = gr.Blocks()
|
18 |
with bl:
|
19 |
-
btn1 = gr.Button(value="The random prosody button"
|
|
|
20 |
|
21 |
pl1 = gr.Plot()
|
22 |
|
|
|
16 |
|
17 |
bl = gr.Blocks()
|
18 |
with bl:
|
19 |
+
btn1 = gr.Button(value="The random prosody button")
|
20 |
+
btn1.style(full_width=False, size="sm")
|
21 |
|
22 |
pl1 = gr.Plot()
|
23 |
|