raminass commited on
Commit
eecd399
·
1 Parent(s): f1d21d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ def update_year(year):
39
 
40
  with gr.Blocks() as demo:
41
  with gr.Row():
42
- with gr.Column():
43
  drop = gr.Dropdown(
44
  choices=sorted(choices),
45
  label="List of Per Curiam Opinions",
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
  opinion = gr.Textbox(
63
  label="Opinion", info="Paste opinion text here and press the Predict Button"
64
  )
65
- with gr.Column():
66
  with gr.Row():
67
  clear_btn = gr.Button("Clear")
68
  greet_btn = gr.Button("Predict")
 
39
 
40
  with gr.Blocks() as demo:
41
  with gr.Row():
42
+ with gr.Column(scale=2):
43
  drop = gr.Dropdown(
44
  choices=sorted(choices),
45
  label="List of Per Curiam Opinions",
 
62
  opinion = gr.Textbox(
63
  label="Opinion", info="Paste opinion text here and press the Predict Button"
64
  )
65
+ with gr.Column(scale=1):
66
  with gr.Row():
67
  clear_btn = gr.Button("Clear")
68
  greet_btn = gr.Button("Predict")