Skip to content

Commit

Permalink
Update private_gpt/ui/ui.py
Browse files Browse the repository at this point in the history
Co-authored-by: Iván Martínez <[email protected]>
  • Loading branch information
therohitdas and imartinez authored Dec 17, 2023
1 parent 1fd49b0 commit d9ac4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_gpt/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _build_ui_blocks(self) -> gr.Blocks:
inputs=system_prompt_input,
)

with gr.Column(scale=7, elem_id='col'):
with gr.Column(scale=7, elem_id="col"):
_ = gr.ChatInterface(
self._chat,
chatbot=gr.Chatbot(
Expand Down

0 comments on commit d9ac4d8

Please sign in to comment.