Why the "Copy to Clipboard" button in st.code widget not work?

Env informations:

Python version: 3.11.13

Steramlit version: 1.50.0

Depoly:

I run my streamlit app in Linux(release version: Tencent OS, based on centos)

My Problem:

example code:

formatted_sql = "select * from expdatabase.exptable limit 200;"
st.code(formatted_sql, language="sql")

The “Copy to Clipboard” button at the “st.code” widget’s upper right corner not working.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.