m-ric HF staff commited on
Commit
c38e426
β€’
1 Parent(s): 207ec3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,10 +131,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css="#textbox_id {color: red; font-samily
131
  ],
132
  value="Character count",
133
  label="Length function",
134
- info="How should we count our chunk lengths?",
135
  )
136
  slider_count = gr.Slider(
137
- 20, 500, value=200, label="Length πŸ“", info="Chunk length, in the chosen unit."
138
  )
139
  out = gr.HighlightedText(
140
  label="Output",
 
131
  ],
132
  value="Character count",
133
  label="Length function",
134
+ info="How should we measure our chunk lengths?",
135
  )
136
  slider_count = gr.Slider(
137
+ 20, 500, value=200, label="Chunk length πŸ“", info="In the chosen unit."
138
  )
139
  out = gr.HighlightedText(
140
  label="Output",