MuskanMjn commited on
Commit
2cdc579
·
1 Parent(s): 942aa99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
  n_neighbors = gr.Slider(label="Neighbors", info="Choose the number of neighbors", minimum =1, maximum=15, step=1)
42
 
43
 
44
- with gr.Row().style(equal_height=True):
45
  with gr.Column(scale=2):
46
  plot = gr.Plot(label="KNeighborsRegressor Plot")
47
  with gr.Column(scale=1):
 
41
  n_neighbors = gr.Slider(label="Neighbors", info="Choose the number of neighbors", minimum =1, maximum=15, step=1)
42
 
43
 
44
+ with gr.Row():
45
  with gr.Column(scale=2):
46
  plot = gr.Plot(label="KNeighborsRegressor Plot")
47
  with gr.Column(scale=1):