Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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
|