From 08c116b2a9a2a9bdb7f6cf246b598070b38163ff Mon Sep 17 00:00:00 2001 From: "Bobby Abellana (aider)" Date: Tue, 18 Feb 2025 09:46:19 -0800 Subject: [PATCH] refactor: Update clipboard copy method to use modern Clipboard API --- src/streamlit_app.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/streamlit_app.py b/src/streamlit_app.py index ec37a4e..3c18396 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -531,17 +531,17 @@ if st.session_state.error_log: js_code = f""" """ st.components.v1.html(js_code, height=0)