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