ModuleNotFoundError: No module named 'plotly'; please help

Hi @Sanskar_Srivastava, welcome to the forum! :wave:

The error logs state what the issue is:

You have multiple requirements files and Community Cloud uses Pipfile. Streamlit looks at your requirements file’s filename to determine which Python dependency manager to use in the order listed in App dependencies. Streamlit will stop and install the first requirements file found, which in this case is Pipfile.

To resolve the error decide which requirements file you want to use and delete the other.