I am a beginner both in Python and Streamlit. I have a list of strings that I want to show, but by default st.write() function outputs them as following.
But I want to show something like this.
Does anybody have any idea how I can do this? Any help is appreciated.
Thanks for answering. Even though, it creates a markdown, there is a space between two values. I think it is because we are calling markdown every time there is an item. See the difference of two lists below👇. Do you have any recommendation to achieve a list like in the image below?