Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -271,8 +271,8 @@ with gr.Blocks(title="Qwen3 Chat", css=css) as demo:
|
|
271 |
gr.Markdown("### 🔍 Search Settings")
|
272 |
search_chk = gr.Checkbox(label="Enable Web Search", value=True)
|
273 |
with gr.Row():
|
274 |
-
mr = gr.Number(value=6, precision=0, label="Max Results"
|
275 |
-
mc = gr.Number(value=600, precision=0, label="Max Chars/Result"
|
276 |
|
277 |
with gr.Group(elem_classes="controls-container"):
|
278 |
gr.Markdown("### ⚙️ Generation Parameters")
|
|
|
271 |
gr.Markdown("### 🔍 Search Settings")
|
272 |
search_chk = gr.Checkbox(label="Enable Web Search", value=True)
|
273 |
with gr.Row():
|
274 |
+
mr = gr.Number(value=6, precision=0, label="Max Results")
|
275 |
+
mc = gr.Number(value=600, precision=0, label="Max Chars/Result")
|
276 |
|
277 |
with gr.Group(elem_classes="controls-container"):
|
278 |
gr.Markdown("### ⚙️ Generation Parameters")
|