tanish78 commited on
Commit
acad07b
·
verified ·
1 Parent(s): e4d2335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ interface = gr.Interface(
213
  fn=main,
214
  inputs=[
215
  gr.File(label="Upload CSV File (.csv)"),
216
- gr.Slider(label="Number of Categories to Display", minimum=1, maximum=10, step=1, value=5)
217
  ],
218
  outputs=[
219
  gr.File(label="Categorized Data CSV"),
 
213
  fn=main,
214
  inputs=[
215
  gr.File(label="Upload CSV File (.csv)"),
216
+ gr.Slider(label="Number of Categories to Display", minimum=1, maximum=15, step=1, value=5)
217
  ],
218
  outputs=[
219
  gr.File(label="Categorized Data CSV"),