Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bupa1018
/
KadiAPY_Coding_Assistant
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bupa1018
commited on
25 days ago
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():