Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thamada
/
testapp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
76a5ef9
testapp
/
app.py
thamada
Update app.py
76a5ef9
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
161 Bytes
import
gspread
import
gradio
as
gr
def
display_message
():
return
"γγγ«γ‘γ―"
iface = gr.Interface(fn=display_message, outputs=
"text"
)
iface.launch()