Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|
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
|