Cachoups commited on
Commit
e400fd5
·
verified ·
1 Parent(s): 44ed0f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,7 +303,7 @@ stored_df2 = []
303
 
304
 
305
  with gr.Blocks(theme='gradio/soft') as demo:
306
- with gr.Row().style(equal_height=True):
307
  with gr.Column(scale=3):
308
  with gr.Box():
309
  toggle_dark = gr.Button(value="Toggle Dark").style(full_width=True)
 
303
 
304
 
305
  with gr.Blocks(theme='gradio/soft') as demo:
306
+ with gr.Row():
307
  with gr.Column(scale=3):
308
  with gr.Box():
309
  toggle_dark = gr.Button(value="Toggle Dark").style(full_width=True)