Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python streamlit run issue

I'm trying to run streamlit application(python 3.7.3) after installing it shows that error

    streamlit hello
  File "<ipython-input-2-c7a1b683aa76>", line 1
    streamlit hello
                  ^
SyntaxError: invalid syntax
like image 982
buddhi kavindra Avatar asked Jun 03 '26 10:06

buddhi kavindra


1 Answers

python -m streamlit run <filename.py>

This will work definitely.

like image 190
Manas Jadhav Avatar answered Jun 06 '26 00:06

Manas Jadhav



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!