m-ric HF staff commited on
Commit
6db69fd
β€’
1 Parent(s): cc9f9ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="#textbox_id {color: red; font-samily
148
  info="How should we count our chunk lengths?",
149
  )
150
  slider_count = gr.Slider(
151
- 20, 500, value=50, label="Length πŸ“", info="Chunk length, in the chosen unit."
152
  )
153
  out = gr.HighlightedText(
154
  label="Output",
 
148
  info="How should we count our chunk lengths?",
149
  )
150
  slider_count = gr.Slider(
151
+ 20, 500, value=200, label="Length πŸ“", info="Chunk length, in the chosen unit."
152
  )
153
  out = gr.HighlightedText(
154
  label="Output",