How can i use my own .whl file in cloud?

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

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