Skip to content

Commit

Permalink
fix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
jaluma committed Sep 16, 2024
1 parent 9873812 commit 955f86b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions private_gpt/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,12 +426,10 @@ def _build_ui_blocks(self) -> gr.Blocks:
interactive=False,
)
response_style = gr.Checkbox(
label="Response Style: Streaming",
value=self._response_style
label="Response Style: Streaming", value=self._response_style
)
response_style.input(
self._set_response_style,
inputs=response_style
self._set_response_style, inputs=response_style
)
upload_button = gr.components.UploadButton(
"Upload File(s)",
Expand Down

0 comments on commit 955f86b

Please sign in to comment.