merve HF staff commited on
Commit
dd426fe
1 Parent(s): c6738f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ title = "Compare BIRCH and MiniBatchKMeans"
117
  with gr.Blocks(title=title, theme=theme) as demo:
118
  gr.Markdown(f"## {title}")
119
  gr.Markdown(
120
- "[Scikit-learn Example](https://scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html)"
121
  )
122
 
123
  gr.Markdown(
 
117
  with gr.Blocks(title=title, theme=theme) as demo:
118
  gr.Markdown(f"## {title}")
119
  gr.Markdown(
120
+ "This is an interactive demo for this [scikit-learn example](https://scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html)."
121
  )
122
 
123
  gr.Markdown(