Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yancy567
/
UI2Code
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
UI2Code
/
app.py
3v324v23
rename
118c352
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
145 Bytes
import
random
from
chatAPI
import
chat
import
httpx
from
openai
import
OpenAI
from
pages.home
import
interface
demo=interface()
demo.launch()