Cippppy commited on
Commit
609fa24
·
1 Parent(s): 5f7815d

Edit app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(title="Regression Visualization") as demo:
242
  choices=['log','lin'], value='log')
243
  l_rate = gr.Number(value=0.01,label="Learning Rate",info="Enter a value in the range 0.0 - 1.0")
244
  epochs = gr.Number(value=100,label="Number of Epochs (Number of Training Iterations)",info="Enter an integer larger than 0",precision=0)
245
- bStart = gr.Button(label="Start")
246
  with gr.Row() as alt_row:
247
  altPlot1 = gr.Plot()
248
  altPlot2 = gr.Plot()
 
242
  choices=['log','lin'], value='log')
243
  l_rate = gr.Number(value=0.01,label="Learning Rate",info="Enter a value in the range 0.0 - 1.0")
244
  epochs = gr.Number(value=100,label="Number of Epochs (Number of Training Iterations)",info="Enter an integer larger than 0",precision=0)
245
+ bStart = gr.Button(value="Start")
246
  with gr.Row() as alt_row:
247
  altPlot1 = gr.Plot()
248
  altPlot2 = gr.Plot()