I’m working in python, I’m using text input and save button to save what ever entered in text box. But the alignment between text bar and save button is not matching. i used st.column() to make them side by side. can you please help in adjusting save button to text input bar.
Also can you please help in how to implement a searchbar which shows suggestions loaded from a text file.