MuskanMjn commited on
Commit
57cb2f9
·
1 Parent(s): dd0867a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ with gr.Blocks() as demo:
43
  btn = gr.Button(value="Submit")
44
 
45
 
46
- with gr.Row():
47
- with gr.Column(scale=3):
48
  plot = gr.Plot(label="KNeighborsRegressor Plot")
49
  with gr.Column(scale=1):
50
  num = gr.Textbox(label="Test Accuracy")
 
43
  btn = gr.Button(value="Submit")
44
 
45
 
46
+ with gr.Row().style(equal_height=True):
47
+ with gr.Column(scale=2):
48
  plot = gr.Plot(label="KNeighborsRegressor Plot")
49
  with gr.Column(scale=1):
50
  num = gr.Textbox(label="Test Accuracy")