We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
Currently, ui.chat will not accept a style kwarg and will throw this error:
ui.chat
style
SyntaxError: keyword argument repeated: style
It would be nice if had an easy way to style the chat interface, changing the font, assistant icon, etc.
The text was updated successfully, but these errors were encountered:
ui.chat doesn't exist -- ui.chat_ui() does and allows for a style parameter. Looks like you've supplied 2 of them?
ui.chat_ui()
Sorry, something went wrong.
Thank you for your reply. As it turns out, I am an idiot.
No branches or pull requests
Hi!
Currently,
ui.chat
will not accept astyle
kwarg and will throw this error:It would be nice if had an easy way to style the chat interface, changing the font, assistant icon, etc.
The text was updated successfully, but these errors were encountered: