c4eb0c2 48d9af7 c4eb0c2
1
2
3
4
5
6
7
8
9
10
11
12
import os from dotenv import load_dotenv import notebook_tutor.chainlit_frontend as cl_frontend # Load environment variables load_dotenv() # Main entry point if __name__ == "__main__": cl_frontend.start_chat() cl_frontend.handle_user_query()