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
Jan 17, 2023
Commit
e19b702
·
1 Parent(s):
80a829e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -33,6 +33,7 @@ def greet(name):
33
result = result.split(".")
34
for s in result[:-20]:
35
p = p + s
36
return p
37
break
38
33
result = result.split(".")
34
for s in result[:-20]:
35
p = p + s
36
+
print(p)
37
return p
38
break
39