Building the app skeleton
At this point, we should be quite expert at building the application’s skeleton, since we did a very good job with the NLP web app developed previously. In fact, if you recall, we first defined and built up a simple skeleton containing just a menu with all the functions supposed to be present in the web application and only in a second moment, we implemented those functions one by one. Now we are going to adopt the same approach.
Before building up the skeleton for the COVID app, let us just add a couple of other decorations to our app – for example, some text just below the title and an image in the sidebar.
The code with the two new lines of code is shown in the following figure:
Figure 8.7: Text below the title and sidebar creation
As we already know, the code in the third line is responsible for the web application configuration, setting the page title (Covid-19 Detection Tool
), page icon (covid19.jpeg...