Hi, I have developed an application for visualisation and runs fine on local computer.
However, when I try to deploy it, I face an error.
the error being “Streamlit requires raw Python (.py) files, but the provided file has no extension”.
I have checked my repository in GitHub and git and found no such issues of missing extensions. I also tried to deploy the application in other platforms and IDE’s yet I’m constantly facing this issue.
Here’s the link to my repositoryMain repository
Please help me fix this issue

