frompinferencia.frontend.appimportServerdetail_description="""# My Awesome ModelThis is the service of my awesome model.It is **fast**, **simple**, and **beautiful**.Visit [My Awesome Model Home](/abc) to learn more about it."""service=Server(title="My Awesome Model",# (1)short_description="This is the short description",# (2)detail_description=detail_description,# (3)backend_server="http://127.0.0.1:8000",)
This will change the title displayed on the top of the left side panel.
This will change the description below the title of the left side panel.
This will change the about information of the page.
Now start the service:
fast →pinfer app:service --frontend-script=frontend.py Pinferencia: Frontend component streamlit is starting... Pinferencia: Backend component uvicorn is starting...