PySyft
PySyft copied to clipboard
Add basic Network frontend page
We need to show something basic on the Network node port 80 just so that when users go to it they know its not broken. Currently it says Bad Gateway which is correct but not friendly.
It should say something like: Network Node running.
import syft as sy network = sy.login(IP, port)