Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ demo = gr.Interface(
|
|
| 63 |
gr.Dataframe(label="π Prediction Table (Top 20)"),
|
| 64 |
gr.Plot(label="π Actual vs Predicted Investment")
|
| 65 |
],
|
| 66 |
-
title="π Mutual Fund Investment Predictor
|
| 67 |
description="This dashboard uses Polynomial Regression to predict mutual fund investments based on monthly income."
|
| 68 |
)
|
| 69 |
|
|
|
|
| 63 |
gr.Dataframe(label="π Prediction Table (Top 20)"),
|
| 64 |
gr.Plot(label="π Actual vs Predicted Investment")
|
| 65 |
],
|
| 66 |
+
title="π Mutual Fund Investment Predictor ",
|
| 67 |
description="This dashboard uses Polynomial Regression to predict mutual fund investments based on monthly income."
|
| 68 |
)
|
| 69 |
|