I want to update that I have been able to solve the problem and get the app running. The problem was related to trying to import from anoter folder instead of downloading the package using its wheel file. Just for the record, had already tried the logz method but that still gave a blank page.
However, I still have the problem of the logs not showing up. Maybe it has something to do with using uvicorn to run the app?
Consequently, I have no way of debugging code on my app, so if my api request returns an "internal server error", I do not know where my program failed.
So as a follow up question, anyone knows how to setup logging for a fastapi application run using uvicorn on Databricks?