Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ interface = gr.Interface(fn=gradient_descent,
|
|
| 208 |
outputs=[output_plot1],
|
| 209 |
examples_per_page = 2,
|
| 210 |
examples = [[4, 3, -7, -5, True, 0.0001, 100], [1, 2, -7, -8, False, 0.0001, 100]],
|
| 211 |
-
title="CSCI4750/5750: Regression models (Gradient Descent)",
|
| 212 |
description= "Click examples to generate random dataset and select gradient descent parameters",
|
| 213 |
theme = 'huggingface',
|
| 214 |
layout = 'vertical'
|
|
|
|
| 208 |
outputs=[output_plot1],
|
| 209 |
examples_per_page = 2,
|
| 210 |
examples = [[4, 3, -7, -5, True, 0.0001, 100], [1, 2, -7, -8, False, 0.0001, 100]],
|
| 211 |
+
title="CSCI4750/5750: Regression models (Function approximation by Gradient Descent)",
|
| 212 |
description= "Click examples to generate random dataset and select gradient descent parameters",
|
| 213 |
theme = 'huggingface',
|
| 214 |
layout = 'vertical'
|