Jayabalambika commited on
Commit
5aaee68
1 Parent(s): 8657eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -146,6 +146,9 @@ with gr.Blocks(title=title, theme=gr.themes.Default(font=[gr.themes.GoogleFont("
146
 
147
  gr.Markdown(" **[Demo is based on sklearn docs](https://scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html)**")
148
 
 
 
 
149
  gr.Label(value="Comparison of Covariance Estimators")
150
 
151
 
 
146
 
147
  gr.Markdown(" **[Demo is based on sklearn docs](https://scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html)**")
148
 
149
+ gr.Markdown("Changing the min_samples_range values and the MSE plot changes")
150
+ gr.Markdown("Changing the max_samples_range values and the Shrinkage plot changes")
151
+
152
  gr.Label(value="Comparison of Covariance Estimators")
153
 
154