Spaces:
Runtime error
Runtime error
zwq2018
commited on
Commit
·
7d8522d
1
Parent(s):
836b2be
Add application file
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
|
|
124 |
|
125 |
|
126 |
with gr.Column(scale=0.1, min_width=0):
|
127 |
-
btn1 = gr.Button("
|
128 |
|
129 |
with gr.Row():
|
130 |
with gr.Column(scale=0.85):
|
|
|
124 |
|
125 |
|
126 |
with gr.Column(scale=0.1, min_width=0):
|
127 |
+
btn1 = gr.Button("Submit").style(full_height=True)
|
128 |
|
129 |
with gr.Row():
|
130 |
with gr.Column(scale=0.85):
|