MuskanMjn commited on
Commit
c599d42
·
1 Parent(s): 76447fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks() as demo:
58
 
59
  with gr.Row():
60
  with gr.Column(scale=2):
61
- plot = gr.Plot(label=f"Decision function plot for Non-Linear SVC with the '{inp1}' kernel and '{inp2}' gamma ")
62
  with gr.Column(scale=1):
63
  num = gr.Textbox(label="Test Accuracy")
64
 
 
58
 
59
  with gr.Row():
60
  with gr.Column(scale=2):
61
+ plot = gr.Plot(label=f"Decision function plot")
62
  with gr.Column(scale=1):
63
  num = gr.Textbox(label="Test Accuracy")
64