import random from chatAPI import chat import httpx from openai import OpenAI from pages.home import interface demo=interface() demo.launch()