From: Claromes Date: Mon, 14 Aug 2023 22:27:09 +0000 (-0300) Subject: test iframe X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=e02001bda00305ca670c85a82debb327f2f6ea61;p=waybacktweets.git test iframe --- diff --git a/app.py b/app.py index 717b545..7be3ca6 100644 --- a/app.py +++ b/app.py @@ -49,6 +49,10 @@ hide_streamlit_style = ''' height: 0%; position: fixed; } + iframe { + background-color: #dddddd; + border-radius: 0.5rem; + } ''' @@ -275,7 +279,7 @@ if query or handle: st.error('Tweet has been deleted.') # components.iframe(link, height=500, width=700) - st.markdown(''.format(link), unsafe_allow_html=True) + st.markdown(''.format(link), unsafe_allow_html=True) st.divider()