Deploying with PywebIO

I tried deploying my python file, but it kept being stuck on the building phase for some reason:

Side note: I am using PywebIO. The python file looks something like:

import pywebio
from pywebio import start_server

def main()

if name == ‘main’:
start_server(main,auto_open_webbrowser=True)

thanks a lot

Hi!

Having 0 experience with PyWeb, I might be wrong, but based on my limited Python reading/understanding skills, I believe you’re trying to run a server. This might interest you: