Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
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
10 months 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()