From f0d73a28cbe5f9c88f27cc8dea9c48384ddbb0bb Mon Sep 17 00:00:00 2001 From: Claromes Date: Mon, 14 Aug 2023 19:29:43 -0300 Subject: [PATCH] test iframe --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7be3ca6..66c1d2f 100644 --- a/app.py +++ b/app.py @@ -279,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() -- 2.34.1