Spaces:
Runtime error
Runtime error
Commit
·
8fc7661
1
Parent(s):
c05fc90
added demo.launch
Browse files
app.py
CHANGED
@@ -4,4 +4,6 @@ with gr.Blocks() as demo:
|
|
4 |
with gr.Row():
|
5 |
btn0 = gr.Button("Button 0", scale=0)
|
6 |
btn1 = gr.Button("Button 1", scale=1)
|
7 |
-
btn2 = gr.Button("Button 2", scale=2)
|
|
|
|
|
|
4 |
with gr.Row():
|
5 |
btn0 = gr.Button("Button 0", scale=0)
|
6 |
btn1 = gr.Button("Button 1", scale=1)
|
7 |
+
btn2 = gr.Button("Button 2", scale=2)
|
8 |
+
|
9 |
+
demo.launch()
|