Hi everyone,
Especially @andfanilo , proud of you for being part of the creator of this incredible tool
I’m creating a streamlit app that need copying a content of a dataframe and paste it in a text editor like “MS Word” or in an “MS Excel” sheet.
I’ve already tried to use the to_clipboard()
method of Pandas Dataframe, it works when I try it on my local machine, but NOT in the deployed version (cloud).
Does anyone already have this issues and solve it ?
I need your help please,
Thanks y’all