ankush-003 commited on
Commit
ebc2986
·
verified ·
1 Parent(s): cc02f09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -176,8 +176,7 @@ def update_display(clusters_to_display):
176
 
177
  # Create Gradio interface
178
  with gr.Blocks(title="Restaurant Clustering Tool") as app:
179
- gr.Markdown("# Restaurant K-Means Clustering Analysis")
180
- gr.Markdown("Analyze restaurant data by adjusting the number of clusters")
181
 
182
  with gr.Row():
183
  with gr.Column(scale=1):
@@ -217,7 +216,7 @@ with gr.Blocks(title="Restaurant Clustering Tool") as app:
217
  gr.Markdown("""
218
  ## About this app
219
 
220
- This app demonstrates K-means clustering on restaurant data. The algorithm groups similar restaurants together based on their descriptions and other features.
221
 
222
  ### How to use:
223
  1. Adjust the number of clusters using the slider
 
176
 
177
  # Create Gradio interface
178
  with gr.Blocks(title="Restaurant Clustering Tool") as app:
179
+ gr.Markdown("# Restaurant Cell Embeddings Clustering Analysis")
 
180
 
181
  with gr.Row():
182
  with gr.Column(scale=1):
 
216
  gr.Markdown("""
217
  ## About this app
218
 
219
+ This app demonstrates K-means clustering on restaurant cell embeddings. The algorithm groups similar restaurants together based on cell embeddings.
220
 
221
  ### How to use:
222
  1. Adjust the number of clusters using the slider