Open
Description
I have only started using solara for experimenting purpose and I have created a very basic app and named it main.py. Hoever when I do a solara run main.py it redirects me to my localhost site but unfortunately the page remains blank.
However when I'm running the same code in my jupyter notebook the app works perfectly fine! What am I missing here ?