Hello Hussain, you can use implicitly_wait() method to add implicit wait to the webpage. Python Selenium Webdriver has this built-in method and it takes time in seconds as input. Following command can be used to implement implicit wait:
#here the wait time is 2 seconds
driver.implicitly_wait(2)