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:
bupa1018
/
KadiAPY_Coding_Assistant
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bupa1018
commited on
Mar 31, 2025
Commit
c040269
·
verified
·
1 Parent(s):
89ea156
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,7 +53,7 @@ def show_history(chat_history):
53
54
55
def clear_history(history):
56
-
return []
"
57
58
59
def main():
53
54
55
def clear_history(history):
56
+
return []
57
58
59
def main():