Skip to content

Commit 955f86b

Browse files
committed
fix: black
1 parent 9873812 commit 955f86b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

private_gpt/ui/ui.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,10 @@ def _build_ui_blocks(self) -> gr.Blocks:
426426
interactive=False,
427427
)
428428
response_style = gr.Checkbox(
429-
label="Response Style: Streaming",
430-
value=self._response_style
429+
label="Response Style: Streaming", value=self._response_style
431430
)
432431
response_style.input(
433-
self._set_response_style,
434-
inputs=response_style
432+
self._set_response_style, inputs=response_style
435433
)
436434
upload_button = gr.components.UploadButton(
437435
"Upload File(s)",

0 commit comments

Comments
 (0)