Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hf-hackathon-2023-01
/
Spotify
like
2
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sbrandeis
HF Staff
commited on
Jan 8, 2023
Commit
0d5194e
·
1 Parent(s):
24983f8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!!"
1
import gradio as gr
2
+
import spotipy
3
4
def greet(name):
5
return "Hello " + name + "!!"