tanish78 commited on
Commit
2e20c8e
·
verified ·
1 Parent(s): c563933

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ interface = gr.Interface(
245
  fn=main,
246
  inputs=[
247
  gr.File(label="Upload CSV File (.csv)"),
248
- gr.Slider(label="Max Clusters to Display", minimum=2, maximum 20, step=1, value=10)
249
  ],
250
  outputs=[
251
  gr.File(label="Clustered Data CSV"),
 
245
  fn=main,
246
  inputs=[
247
  gr.File(label="Upload CSV File (.csv)"),
248
+ gr.Slider(label="Max Clusters to Display", minimum=2, maximum=50, step=1, value=10)
249
  ],
250
  outputs=[
251
  gr.File(label="Clustered Data CSV"),