Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
profplate
/
dictionary
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
profplate
commited on
23 days ago
Commit
48c30b0
·
verified
·
1 Parent(s):
82510b4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
def lookup_word(word):
2
if not word.strip():
3
return "Please enter a word."
1
+
import gradio as gr
2
+
import requests
3
+
4
def lookup_word(word):
5
if not word.strip():
6
return "Please enter a word."