tanish78 commited on
Commit
1356191
·
verified ·
1 Parent(s): 8c44bd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ interface = gr.Interface(
166
  ],
167
  outputs=gr.File(label="Clustered Data CSV"),
168
  title="Unanswered User Queries Clustering",
169
- description="Upload an Excel file (.xlsx) and select the number of largest clusters to display (excluding cluster 0)"
170
  )
171
 
172
  interface.launch()
 
166
  ],
167
  outputs=gr.File(label="Clustered Data CSV"),
168
  title="Unanswered User Queries Clustering",
169
+ description="Upload an Excel file (.xlsx)"
170
  )
171
 
172
  interface.launch()