UI2Code / app.py
3v324v23's picture
rename
118c352
raw
history blame contribute delete
145 Bytes
import random
from chatAPI import chat
import httpx
from openai import OpenAI
from pages.home import interface
demo=interface()
demo.launch()