Update app.py
Browse files
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()
|
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):
|