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:
Arafath10
/
chatcode
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arafath10
commited on
Mar 2, 2023
Commit
68ac0eb
·
1 Parent(s):
afe0d34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -247,7 +247,7 @@ def greet(name1):
247
except:
248
return google(name)
249
else:
250
-
return google(name)
251
252
253
247
except:
248
return google(name)
249
else:
250
+
return google(name)
+""
251
252
253