Yatheshr commited on
Commit
07bad12
Β·
verified Β·
1 Parent(s): b4db9a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 - BFSI Use Case",
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