jiehou commited on
Commit
3ebd4f4
·
1 Parent(s): 005729c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'