We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9873812 commit 955f86bCopy full SHA for 955f86b
private_gpt/ui/ui.py
@@ -426,12 +426,10 @@ def _build_ui_blocks(self) -> gr.Blocks:
426
interactive=False,
427
)
428
response_style = gr.Checkbox(
429
- label="Response Style: Streaming",
430
- value=self._response_style
+ label="Response Style: Streaming", value=self._response_style
431
432
response_style.input(
433
- self._set_response_style,
434
- inputs=response_style
+ self._set_response_style, inputs=response_style
435
436
upload_button = gr.components.UploadButton(
437
"Upload File(s)",
0 commit comments