from app_function import * def main(): init() page_title() chat_sidebar() chat() if __name__ == "__main__": main()