Code: Select all
st.markdown(response2,unsafe_allow_html=True)< /code>
aber auch < /p>
plain_text = markdown2.markdown(response2, extras=["no-html"])
st.write(plain_text)
Code: Select all
st.markdown(response2,unsafe_allow_html=True)< /code>
aber auch < /p>
plain_text = markdown2.markdown(response2, extras=["no-html"])
st.write(plain_text)