I have a python code and I want to make a shiny app out of it. The reason for this is because the packages that I'm using in python do not support each other when I'm doing it in R (keras and tensorflow).
rsconnect add \
--account _____ \
--name ______ \
--token ______ \
--secret <SECRET>
I tried the above code (provided by Shiny Apps) in python, but it's giving an invalid syntax error after the rsconnect part. How do I fix this? I searched online and it said that Shiny Apps is mainly used for R, but can I also use it for python? If not, what other web apps similar to Shiny can I used to deploy my app?