Open rrolf opened 4 months ago
I can confirm this happens. This is a tricky issue because the chat input widget design in streamlit is to be at the bottom always. We would need to find a workaround to either position the buttons relative to the top of the input or, as you mentioned, put the buttons under the input but then it will affect the chat input component behavior on the interface as well. I'll look more into it.
Maybe it would be an option to move the toolbar below the text field?