Summary
I am writing an API response and the response is appearing in the format of a code block with green colored text. Is there any way to change this or format the response before appearing?
I am writing an API response and the response is appearing in the format of a code block with green colored text. Is there any way to change this or format the response before appearing?
What Streamlit command are you using to display the output? If you’re using st.write
, Streamlit might implicitly be calling st.code
or st.markdown
on the output (st.write is the Swiss Army knife of Streamlit commands and is a wrapper around many of them). If this is undesired behavior, use an explicit command such as st.text
or any of the others listed here:
Thanks - this worked, but now the response is just appearing on one line instead of a long paragraph
You’ve got to help me out here with more details Using Streamlit: how to post a question in the Streamlit forum . Perhaps you need to use some pure Python to format the output before you pass it to st.text or others.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
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.
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.
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.
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.