chansung commited on
Commit
897d7f8
1 Parent(s): 6705f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -523,11 +523,11 @@ with gr.Blocks(css=STYLES) as demo:
523
  elem_classes=['center', 'small-big'])
524
 
525
  with gr.Row():
526
- with gr.Column(scale=2):
527
  editor = gr.Textbox(lines=32, max_lines=32, elem_classes=['no-label', 'small-big-textarea'])
528
  word_counter = gr.Markdown("0 words", elem_classes=['right'])
529
 
530
- with gr.Column(scale=1):
531
  with gr.Tab("Control"):
532
  with gr.Column(elem_classes=['group-border']):
533
  gr.Markdown('### title')
 
523
  elem_classes=['center', 'small-big'])
524
 
525
  with gr.Row():
526
+ with gr.Column(scale=5):
527
  editor = gr.Textbox(lines=32, max_lines=32, elem_classes=['no-label', 'small-big-textarea'])
528
  word_counter = gr.Markdown("0 words", elem_classes=['right'])
529
 
530
+ with gr.Column(scale=3):
531
  with gr.Tab("Control"):
532
  with gr.Column(elem_classes=['group-border']):
533
  gr.Markdown('### title')