I understand that you can use emojis in the filename, but how would I run the β0_π_Hello.pyβ in bash? It seems that all the emojis I type is replaced with an underscore
Rely on tab completion or create a simple run.sh file containing streamlit run 0_π_Hello.py and run it with sh run.sh.
Itβs hard to express how much I hate emojis in code. Iβve started using st-pages instead of the default multipages and emoji.emojize to use shortcodes everywhere.