Hi,
I want to use our own library in streamlit, I have uploaded in github directory. I want to use this library. How can I do that?
Thanks
Hi,
I want to use our own library in streamlit, I have uploaded in github directory. I want to use this library. How can I do that?
Thanks
Hi @umeshsnowflake, welcome to the Streamlit community!
Is the library available on PyPI? Or at least the source code on GitHub? If so, you could use pip to install the library via a requirements.txt
file.
Best,
Randy