Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 4, 2024
1 parent 76fc1ed commit 0d6a8ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ragna/deploy/_ui/central_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def _build_message(self, *args, **kwargs) -> RagnaChatMessage | None:

class CentralView(pn.viewable.Viewer):
current_chat = param.ClassSelector(class_=dict, default=None)
# trigger_scroll_to_latest = param.Integer(default=0)

def __init__(self, api_wrapper, **params):
super().__init__(**params)
Expand Down

0 comments on commit 0d6a8ee

Please sign in to comment.