elyor-ml commited on
Commit
3815ef9
·
verified ·
1 Parent(s): 6da2637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks() as app:
127
  # Second Tab - Regression Playground
128
  with gr.TabItem("Understanding Squares Error"):
129
  gr.Markdown("""
130
- # Understanding Least Squares Error
131
  See how different lines affect the total squared error:
132
  - The data shows the relationship between house area and price
133
  - Try different slopes (m) and y-intercepts (b) for the line
 
127
  # Second Tab - Regression Playground
128
  with gr.TabItem("Understanding Squares Error"):
129
  gr.Markdown("""
130
+ # Understanding Squares Error
131
  See how different lines affect the total squared error:
132
  - The data shows the relationship between house area and price
133
  - Try different slopes (m) and y-intercepts (b) for the line