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.