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
Feb 27, 2023
Commit
5d7c5a6
·
1 Parent(s):
f648b1d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,7 +32,7 @@ def code(name):
32
result = result + r+"\n\n"
33
return result
34
except:
35
-
return "."
36
37
38
32
result = result + r+"\n\n"
33
return result
34
except:
35
+
return "
Learn more
.
.Thank you
"
36
37
38