Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
profplate
/
dictionary
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
profplate
commited on
Mar 29
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."