Hi, I need to show some text and variable in the for loop. I would like to add just text to a sentence. But everytime I use any st component (st.write, st.markdown…) it is adding divs and pushing the text into the next row.
sebastiandres Hi! Thanks for the response I tried to do it but it didn’t work.
What I am trying to do is to loop throw the list and assign the answer and to calculate certain score based on the response in the list. So the end result would be: sentence - small circle with tooltip - sentence - small circle with tooltip…and so on. But If I use any of the st components, as you know it creates div containers and dividing the sentences. Maybe it is easier to understand from the screenshot attached. Any idea how to resolve this?
Ahhha, gotcha.
Then maybe in the loop update a string variable, like all_my_divs where you append the divs with the score, and then later, out of the for-loop, display it?
something in the line of
for item in sentence_similarity:
score = ...
...
all_my_divs += """ ... all the html text """
st.markdown(all_my_divs)
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.