Aliou12 commited on
Commit
fe09aa7
·
verified ·
1 Parent(s): afe67df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as app:
80
 
81
  # **Section Clustering**
82
  gr.Markdown("### Visualisation des Clusters des Réactions en Ligne")
83
- cluster_selector = gr.Dropdown(["Tous"] + [str(i) for i in range(len(df['Cluster'].unique()))],
84
  label="Sélectionner un cluster")
85
  cluster_plot = gr.Plot()
86
 
 
80
 
81
  # **Section Clustering**
82
  gr.Markdown("### Visualisation des Clusters des Réactions en Ligne")
83
+ cluster_selector = gr.Dropdown(["Tous"] + [str(i) for i in range(len(selected_data['Cluster'].unique()))],
84
  label="Sélectionner un cluster")
85
  cluster_plot = gr.Plot()
86