Spaces:
Running
Running
Update app.py
Browse files
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=
|
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",
|