Error in deploying streamlit application

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

Hey @Dima1, I just had a quick look and it seems like your app file contains a whitespace before V1: Student_Visual V1.py
Its a shot in the dark but could you please try renaming the file without the whitespace, push and see whether that works?

Thanks @raethlein it worked as I renamed it to SV1! Thanks a lot .

1 Like

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