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:
thak123
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thak123
commited on
Jul 20, 2022
Commit
838ebb7
·
1 Parent(s):
1cc11c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
+
import sqllite
3
def greet(name):
4
return "Hello " + name + "!!"
5