Using the work of Sajid Lhessani as reference (https://levelup.gitconnected.com/googlenews-python-api-gain-30-minutes-a-day-with-this-robot-newsreader-48ae6c593ef0) I wrote some Python code that receives an input from the user (Keywords, date from, date to), and returns a dataframe with news fetched from GoogleNews that apply to said input. Now, I want to make it into something I can easily share with my collegues, so that they can use the program themselves. I tried to create a HTML template using Django, Flask and PyScript (please note I have no knowledge of JavaScript) but absolutely failed at it. I would appreciate any help regarding how to complete said task.