You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll post the updated code onto the repo here soon, but my solution is to add id tags to each message, and then add this line in the process function:
# Set the processing flag.chat.processing=True# TODO: We need an `rx.scroll_to` function to simplify this.yieldrx.call_script(f"document.getElementById('message-{len(chat.messages) -1}').scrollIntoView();")
How to autoscroll the chat when bringing the chatgpt answer and that when entering each chat it always automatically scrolls down to the end?
The text was updated successfully, but these errors were encountered: