Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
si568project2
/
English_Music_Recommender
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1a49479
English_Music_Recommender
/
app.py
jeonghin
Deployable version
5738ae0
11 months ago
raw
Copy download link
history
blame
Safe
139 Bytes
from
app_function
import
*
def
main
():
init()
page_title()
chat_sidebar()
chat()
if
__name__ ==
"__main__"
:
main()