Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
si568project2
/
English_Music_Recommender
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
English_Music_Recommender
/
app.py
jeonghin
Deployable version
5738ae0
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
from
app_function
import
*
def
main
():
init()
page_title()
chat_sidebar()
chat()
if
__name__ ==
"__main__"
:
main()