MuskanMjn commited on
Commit
ee7e667
1 Parent(s): 870ca37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
66
  inp1 = gr.Radio(['poly', 'rbf', 'sigmoid'], label="Kernel", info="Choose a kernel", value="poly")
67
  inp2 = gr.Radio(['scale', 'auto'], label="Gamma", info="Choose a gamma value", value="scale")
68
 
69
- with gr.Row().style(equal_height=True)::
70
  with gr.Column(scale=2):
71
  plot = gr.Plot(label=f"Decision function plot")
72
  with gr.Column(scale=1):
 
66
  inp1 = gr.Radio(['poly', 'rbf', 'sigmoid'], label="Kernel", info="Choose a kernel", value="poly")
67
  inp2 = gr.Radio(['scale', 'auto'], label="Gamma", info="Choose a gamma value", value="scale")
68
 
69
+ with gr.Row().style(equal_height=True):
70
  with gr.Column(scale=2):
71
  plot = gr.Plot(label=f"Decision function plot")
72
  with gr.Column(scale=1):